Chidori - Agent Systems Framework
Chidori is a framework for building Agent Systems. It allows you to orchestrate generative AI, traditional software and web services in a way that facilitates deep observability and management of complexity.
Our goal is to provide a software suite that allows you to build reliable agent systems that you can understand, debug, and deliberately improve over time.
Getting started
To get started, you will need to install an instance of the Chidori Debugger. This will allow you to create and manage your agent systems.
Core Concepts
Concept | Description | Go To |
---|---|---|
Code | Understand the base primitive of Chidori, code, just code. | Read more |
Composition | Discover how to use composition build more complex agents. | Read more |
Triggers | Learn how to define triggers for reactivity to events. | Read more |
Ecosystem | Explore how to import and export your agents. | Read more |
Time Travel | Debug your agents and iterate on their behavior. | Read more |
Visualization | Display the logic and execution of running agents. | Read more |
Guides
Guide | Description | Go To |
---|---|---|
RAG | Build a retrieval system to incorporate your own data into an agent. | Read more |
ChatBot | Build a ChatBot to converse with. | Read more |
Integrations | Allow your agent to react to changes in external systems. | Read more |
Autonomous Agent | Build a fully autonomous agent that can interact with the world. | Read more |