diff --git a/apps/web/src/components/example-agentic-configs.tsx b/apps/web/src/components/example-agentic-configs.tsx index 6ba9c48c..723e7fdf 100644 --- a/apps/web/src/components/example-agentic-configs.tsx +++ b/apps/web/src/components/example-agentic-configs.tsx @@ -172,6 +172,7 @@ export default defineConfig({ return { code: ` { + "$schema": "https://agentic.so/schema.json", "name": "mcp-example", "origin": { "type": "mcp", @@ -184,6 +185,7 @@ export default defineConfig({ return { code: ` { + "$schema": "https://agentic.so/schema.json", "name": "openapi-example", "origin": { "type": "openapi", diff --git a/todo.md b/todo.md index 25ae830c..a66f0d81 100644 --- a/todo.md +++ b/todo.md @@ -108,7 +108,6 @@ - support multiple rate-limits by slug - RateLimit-Policy: "burst";q=100;w=60,"daily";q=1000;w=86400 - https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/ -- make json `$schema` public for `agentic.config.json` - handle hosting of deployment and user images - about page inspiration: https://mastra.ai/about - simplify overlap between `@agentic/core` and `@agentic/platform-core`