For months, we've worked on building
@huggingface's new moonshot: agentic systems.
So today we're very proud to announce the release of ππππππππππ!
It's the simplest library we could make to let people build powerful agents.
π₯ The main logic for agents fits in ~1000 lines of code. So it's really dead simple.
π§βπ» The main agent class is CodeAgent, and agent that writes its actions in code. That means, contrary to the standard set by OpenAI of writing tool calls as JSON blobs, this agent writes code snippets. It's much more natural for LLMs to write actions this way, and as a result performance is vastly improved.
π It supports any LLM through
@LiteLLM integration.
π‘οΈ We enabled secure code execution via @e2b_dev sandboxes.