feat: add A2A agent integration control plane
All checks were successful
CI and Production Smoke / smoke (push) Successful in 10s
All checks were successful
CI and Production Smoke / smoke (push) Successful in 10s
This commit is contained in:
@@ -499,6 +499,7 @@ export const QueryAgentMemoryResponseSchema = z.object({
|
||||
// ─────────────────────────────────────────────
|
||||
export const NegotiateBountyRequestSchema = z.object({
|
||||
task_id: UUIDSchema,
|
||||
agent_id: z.string().min(1, "必須提供 agent_id 進行白名單驗證"),
|
||||
requested_amount: MoneyAmountSchema,
|
||||
reasoning: z.string().min(10, "Reasoning is required for negotiation"),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user