Comments and mypy

This commit is contained in:
Tao Chen
2026-04-20 18:11:32 -07:00
parent 8b77baf4a2
commit e24d72be75
18 changed files with 41 additions and 32 deletions
@@ -16,7 +16,7 @@ python main.py
## Interacting with the agent
Send a POST request to the server with a JSON body containing a "message" field to interact with the agent. For example:
Send a POST request to the server with a JSON body containing a "input" field to interact with the agent. For example:
```bash
curl -X POST http://localhost:8088/responses -H "Content-Type: application/json" -d '{"input": "Hi"}'
@@ -2,7 +2,7 @@ kind: hosted
name: agent-framework-agent-basic
protocols:
- protocol: responses
version: v0.1.0
version: 1.0.0
resources:
cpu: "0.25"
memory: 0.5Gi