Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Pioneering]: codegate in smolagents #909

Open
lukehinds opened this issue Feb 4, 2025 · 0 comments
Open

[Pioneering]: codegate in smolagents #909

lukehinds opened this issue Feb 4, 2025 · 0 comments
Assignees

Comments

@lukehinds
Copy link
Contributor

lukehinds commented Feb 4, 2025

smolagents - a smol library to build agents and the idea is to explore ways of pairing with codegate.

smolagents is a library that enables you to run powerful agents in a few lines of code. It offers:

✨ Simplicity: the logic for agents fits in 1,000 lines of code (see agents.py). We kept abstractions to their minimal shape above raw code!

🧑‍💻 First-class support for Code Agents. Our CodeAgent writes its actions in code (as opposed to "agents being used to write code"). To make it secure, we support executing in sandboxed environments via E2B.

🤗 Hub integrations: you can share/pull tools to/from the Hub, and more is to come!

🌐 Model-agnostic: smolagents supports any LLM. It can be a local transformers or ollama model, one of many providers on the Hub, or any model from OpenAI, Anthropic and many others via our LiteLLM integration.

👁️ Modality-agnostic: Agents support text, vision, video, even audio inputs! Cf this tutorial for vision.

🛠️ Tool-agnostic: you can use tools from LangChain, Anthropic's MCP, you can even use a Hub Space as a tool.

Full documentation can be found here.

@lukehinds lukehinds changed the title smolagents [pioneering] smolagents Feb 4, 2025
@lukehinds lukehinds changed the title [pioneering] smolagents codegate in smolagents Feb 4, 2025
@ptelang ptelang self-assigned this Feb 5, 2025
@lukehinds lukehinds changed the title codegate in smolagents [Pioneering]: codegate in smolagents Feb 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants