Extensions & Integration
This section covers plugging AmritaCore into the outside world. Each page is self-contained and expands one topic in full.
| Page | What you will integrate |
|---|---|
| Model Adapters | Any LLM provider — OpenAI-compatible, Anthropic, or a custom adapter |
| Custom Tools | Advanced tool patterns: custom_run, session-scoped tools |
| MCP Servers | Model Context Protocol servers as tools |
| Custom Tokenizers | Plug your own tokenizer for usage accounting |
Prerequisites
- Finished the Tutorials (5–10 minutes)
- Understood Core Concepts (especially the DI contexts)
