misonL commited on
Commit
f6df937
·
verified ·
1 Parent(s): 5b3c854

Deploy ea6a3d8 to Docker Space

Browse files

Source: MisonL/gpt-image-playground-customer@ea6a3d8444044cb6d5357f63688e29b8448df8c1

README.md CHANGED
@@ -146,7 +146,7 @@ OPENAI_CHANNEL_3_UPSTREAM_PROFILE=matsca
146
 
147
  ## Agent API
148
 
149
- Agent API 是机器接口,不是自治 Agent 平台。自动化客户端应先读取 capabilities,再按返回认证、由和端点能力选择路径。
150
 
151
  新增 probe、diagnostics 或路由可观测能力时,先落 API / capabilities / OpenAPI 契约,再让 Skill 脚本做薄封装;不要让脚本自己复制页面与 Agent 的边界判断。
152
 
 
146
 
147
  ## Agent API
148
 
149
+ Agent API 是机器接口,不是自治 Agent 平台。自动化客户端应先读取 capabilities,并把普通 generate 提交到 capabilities 声明 `orchestration.endpoint`;显式诊断或兼容入口才切换到其他路径。
150
 
151
  新增 probe、diagnostics 或路由可观测能力时,先落 API / capabilities / OpenAPI 契约,再让 Skill 脚本做薄封装;不要让脚本自己复制页面与 Agent 的边界判断。
152
 
public/hf-space-deploy-marker.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "schema_version": 1,
3
- "local_sha": "34af419d1e35b93f1874ba494453e0fab7ea54fe",
4
- "created_at": "2026-06-26T04:16:58.654Z",
5
- "deploy_id": "7b7060f1-6b51-4c0a-abd1-2271c2b94d76"
6
  }
 
1
  {
2
  "schema_version": 1,
3
+ "local_sha": "ea6a3d8444044cb6d5357f63688e29b8448df8c1",
4
+ "created_at": "2026-06-26T04:31:55.855Z",
5
+ "deploy_id": "69b2bbc0-357a-4ed1-9882-e856190f7ff8"
6
  }
src/app/api/deploy-marker/route.ts CHANGED
@@ -1,6 +1,6 @@
1
  import { NextResponse } from 'next/server';
2
 
3
- const deployMarker = {"schema_version":1,"local_sha":"34af419d1e35b93f1874ba494453e0fab7ea54fe","created_at":"2026-06-26T04:16:58.654Z","deploy_id":"7b7060f1-6b51-4c0a-abd1-2271c2b94d76"} as const;
4
 
5
  export const dynamic = 'force-dynamic';
6
 
 
1
  import { NextResponse } from 'next/server';
2
 
3
+ const deployMarker = {"schema_version":1,"local_sha":"ea6a3d8444044cb6d5357f63688e29b8448df8c1","created_at":"2026-06-26T04:31:55.855Z","deploy_id":"69b2bbc0-357a-4ed1-9882-e856190f7ff8"} as const;
4
 
5
  export const dynamic = 'force-dynamic';
6