Guide¶
A deep dive into what TBD Agents offers and how each capability works.
Prerequisites
Make sure you have a running instance first — see Quick Start.
-
Agents
Build custom AI agents with system prompts, models, and tool access.
-
MCP Tools
Connect external tools via the Model Context Protocol.
-
Skills
Reusable instruction modules that shape agent behaviour.
-
Workflows
Execution contexts that tie agents to prompts and sessions.
-
Streaming
Real-time SSE streaming of logs, messages, and usage.
-
Knowledge Bases
Connect vector DBs and MongoDB for retrieval-augmented generation.
-
Guardrails
Enforce safety policies before agent execution begins.
-
BYOK Providers
Bring your own API keys for OpenAI, Azure, Anthropic, or custom endpoints.
-
Custom Tools
Write Python tool functions and lock them to specific agents.