Skip to content

Commit 2529c7d

Browse files
committed
docs: Added local invoke instructions to README
1 parent 6a2efc0 commit 2529c7d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,15 @@ uv sync
110110
uv run python agent.py
111111
```
112112

113+
### Local Invocation
114+
You can invoke the agent locally for testing:
115+
116+
```bash
117+
curl -X POST http://localhost:8080/invocations \
118+
-H "Content-Type: application/json" \
119+
-d '{"prompt": "Hello!"}'
120+
```
121+
113122
## Project Structure
114123

115124
- `agent.py` - Agent entrypoint

0 commit comments

Comments
 (0)