High-Level Flow
The basic flow of how Xorafin works is simple: User Input ↓ Xorafin Platform ↓ AI Agent ↓ Model / Tools ↓ Generated Output- A user provides input to an agent
- Xorafin loads the agent configuration
- The agent processes the request using its defined model and tools
- The underlying language model generates a response
- The final output is returned to the user
Agent Definition
Every agent in Xorafin is defined using a configuration file. This file describes how the agent behaves, which model it uses, and what inputs and outputs it expects. Agents can be defined using:- JSON
- YAML
- TOML