Documentation Index
Fetch the complete documentation index at: https://docs.dzap.io/llms.txt
Use this file to discover all available pages before exploring further.
What’s planned
A plugin system that lets you:- Register custom tools — your own functions callable by ZapBot.
- Bind third-party data sources — bring your own API and have the agent use it.
- Package + share plugins — publish to a registry; install with one command.
In the meantime
Two paths get most of the way there:1. Direct tool registration via SDK-AI
If you embed the agent in your app, you can extend the runtime with your own tool definitions. The pattern follows the Vercel AI SDK tool API. SeeToolFactory.ts in DZapAI for the contract.
2. MCP-side extension
If you connect via MCP, add additional MCP servers to your client config. Tools from any connected server are visible to the agent.Track progress
Watch the changelog or@dzap_io on X.