@agent-detective/sdk
v1.1.0
Published
Runtime SDK for agent-detective plugin authors (defineRoute, registerRoutes, zodToPluginSchema)
Maintainers
Readme
@agent-detective/sdk
Single dependency for agent-detective plugin authors.
Runtime helpers, service constants, and every plugin-facing type from @agent-detective/types — use this package only; do not depend on @agent-detective/types directly.
Install
npm install @agent-detective/sdk zodMatch the major version to your agent-detective host release when possible (linked versions in the monorepo).
Quick start
import {
definePlugin,
defineRoute,
registerRoutes,
zodToPluginSchema,
REPO_MATCHER_SERVICE,
type Plugin,
type PluginContext,
} from '@agent-detective/sdk';Documentation
- Extending with plugins — install and wire plugins
- Plugin development guide — full API and patterns
- Repository
License
MIT
