Skip to content

Commit 9580438

Browse files
committed
include a link to the chat demo
1 parent 59e510f commit 9580438

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Control Claude Code, Goose, and Aider with an HTTP API.
88

99
## Quickstart
1010

11-
Install `agentapi`:
11+
Install `agentapi`:
1212

1313
1. Download the latest release binary from the [releases page](https://github.com/coder/agentapi/releases)
1414
2. Rename it (e.g. `mv agentapi-darwin-arm64 agentapi`)
@@ -37,6 +37,8 @@ Get the conversation history:
3737
curl localhost:3284/messages
3838
```
3939

40+
You may go to https://coder.github.io/agentapi/chat to see a web chat interface making use of your local AgentAPI server.
41+
4042
## CLI Commands
4143

4244
### `agentapi server`
@@ -50,7 +52,7 @@ agentapi server -- claude --allowedTools "Bash(git*) Edit Replace"
5052
You may also use `agentapi` to run the Aider and Goose agents:
5153

5254
```bash
53-
agentapi server -- aider --model sonnet --api-key anthropic=sk-ant-apio3-XXX
55+
agentapi server -- aider --model sonnet --api-key anthropic=sk-ant-apio3-XXX
5456
agentapi server -- goose
5557
```
5658

0 commit comments

Comments
 (0)