Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions manifests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,20 +73,19 @@ kubectl port-forward -n ax rs/ax-server 8494:8494

### 3. Test End-to-End

Run an execution targeting the port-forwarded server. The default `antigravity`
harness has an embedded weather agent that exposes a `get_weather` tool.
Run an execution targeting the port-forwarded server.

```bash
ax exec --server=localhost:8494 --input="what's the weather in NYC?"
ax exec --server=localhost:8494 --input="hello"
```

The server should respond with something like:
```text
Conversation: fb344a18-3720-4c4f-8a6e-2ce34db975b3

what's the weather in NYC?
hello

The weather in New York is sunny with a temperature of 25 degrees Celsius (77 degrees Fahrenheit).
Hello! How can I help you today?
```
*The request is served by the antigravity harness actor running on Substrate.*

Expand Down
Loading