Show HN: Autochat, Build AI Agents Using Python Functionsgithub.com/BenderV 4 pointsBenderV1 year ago1 commentSaveHideCopy link On HNComments−BenderVOP1yHi HN,Over the past few weeks/months, I’ve been working on Autochat, a lightweight Python library designed to make building AI agents simple and intuitive.The focus of Autochat is simplicity:- Extend an AI assistant's functionality by adding Python functions directly, or even class.- Hide all the complexities/particularities of the providers (openai, anthropic, …)I’d love your feedback on this. If you’ve got ideas for features, use cases, or critiques, let me know!
Comments
Hi HN,
Over the past few weeks/months, I’ve been working on Autochat, a lightweight Python library designed to make building AI agents simple and intuitive.
The focus of Autochat is simplicity:
- Extend an AI assistant's functionality by adding Python functions directly, or even class.
- Hide all the complexities/particularities of the providers (openai, anthropic, …)
I’d love your feedback on this. If you’ve got ideas for features, use cases, or critiques, let me know!