pull/716/head
Travis Fischer 2025-06-29 12:58:46 -05:00
rodzic 9cc2e14a1f
commit 93a95bd94d
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -172,6 +172,7 @@ export default defineConfig({
return { return {
code: ` code: `
{ {
"$schema": "https://agentic.so/schema.json",
"name": "mcp-example", "name": "mcp-example",
"origin": { "origin": {
"type": "mcp", "type": "mcp",
@ -184,6 +185,7 @@ export default defineConfig({
return { return {
code: ` code: `
{ {
"$schema": "https://agentic.so/schema.json",
"name": "openapi-example", "name": "openapi-example",
"origin": { "origin": {
"type": "openapi", "type": "openapi",

Wyświetl plik

@ -108,7 +108,6 @@
- support multiple rate-limits by slug - support multiple rate-limits by slug
- RateLimit-Policy: "burst";q=100;w=60,"daily";q=1000;w=86400 - RateLimit-Policy: "burst";q=100;w=60,"daily";q=1000;w=86400
- https://datatracker.ietf.org/doc/draft-ietf-httpapi-ratelimit-headers/ - 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 - handle hosting of deployment and user images
- about page inspiration: https://mastra.ai/about - about page inspiration: https://mastra.ai/about
- simplify overlap between `@agentic/core` and `@agentic/platform-core` - simplify overlap between `@agentic/core` and `@agentic/platform-core`