Extending
TramAI is designed to stay structured while remaining adaptable. This section covers the extension points you use when the default providers and behaviors are not enough and you need to integrate custom infrastructure.
In This Section
| Guide | Focus |
|---|---|
| Custom Providers | Implementing provider adapters for non-standard or internal backends |
| Custom Interceptors | Adding cross-cutting behavior around operation execution |
| Custom Observers | Plugging in custom observation and telemetry behavior |
| MCP Integration | Exposing or integrating workflows through the Model Context Protocol |
When To Start Here
Start here when the default modules are close but not sufficient, and you need to tailor TramAI to your platform or internal tooling.
