Conatus: How-To Guides ¶
WIP
Customizing your agents ¶
- Creating a custom AI interface / prompt: A
step-by-step guide to create a custom
AIInterface. Think of this as a way to add a step to your agent. In this how-to, we'll see how to implement a reflection step in the agent that takes in the previous steps and the final answer, and decides whether the answer is correct or not.
AI providers and models ¶
- Adding a new AI provider: A step-by-step guide to
extend the
BaseAIModelclass to support a new AI provider.