Overview
The Aniki-SDK documentation set, and where to start.
Getting Started
- Introduction
What Aniki-SDK is, why it exists, and its design philosophy.
- Installation
Requirements, installing the package, and verifying your setup.
- Quick Start
The shortest path from install to a first response.
- Your First Agent
Building, running, and understanding an Agent.
Core Concepts
- Providers
The IProvider contract, OpenAI, and writing a custom provider.
- Generating Text
Running an agent, generation parameters, and structured output.
- Streaming
Consuming a run as it's produced, and its current limitations.
- Tools
Giving an agent capabilities it can call.
- Memory
Conversation history, sessions, and their lifecycle.
- Error Handling
The error taxonomy and how to handle failures.
Reference
- API Reference
Every exported class, type, and function.
- Guides
End-to-end tutorials for common application patterns.
- FAQ
Quick answers to frequently asked questions.
- Troubleshooting
Symptoms, causes, and solutions for common problems.
- Contributing
Repository conventions and how to contribute.