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

ConceptDescriptionGo To
CodeUnderstand the base primitive of Chidori, code, just code.Read more
CompositionDiscover how to use composition build more complex agents.Read more
TriggersLearn how to define triggers for reactivity to events.Read more
EcosystemExplore how to import and export your agents.Read more
Time TravelDebug your agents and iterate on their behavior.Read more
VisualizationDisplay the logic and execution of running agents.Read more

Guides

GuideDescriptionGo To
RAGBuild a retrieval system to incorporate your own data into an agent.Read more
ChatBotBuild a ChatBot to converse with.Read more
IntegrationsAllow your agent to react to changes in external systems.Read more
Autonomous AgentBuild a fully autonomous agent that can interact with the world.Read more

Was this page helpful?