kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/716/head
rodzic
9cc2e14a1f
commit
93a95bd94d
|
@ -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",
|
||||||
|
|
1
todo.md
1
todo.md
|
@ -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`
|
||||||
|
|
Ładowanie…
Reference in New Issue