#826 · Primary category: AI Agents & Automation

elysia

Python package and backend for the Elysia platform app.

Project last updated:02/06/26

GitHub Stars

1.9K

Forks

262

Contributors

7

License

BSD-3-Clause

Why we included this project

Elysia takes a different route to tool use in agents. Instead of handing a model every function up front, it organizes tools into a decision tree, and a decision agent at each node picks the next step based on the current context and what has happened so far. That keeps retrieval-heavy agents from spraying tool calls at everything in sight. It comes with prebuilt tools for querying Weaviate clusters, though you can also register your own tools as async Python functions. The same codebase ships a web app with a FastAPI backend, so non-developers can run queries through a browser interface rather than the terminal.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category