Skip to content

Commit ea9832b

Browse files
committed
chat: Claude Code notice
1 parent 0365859 commit ea9832b

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

chat/README.md

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,21 @@
11
# AgentAPI Chat Interface
22

3-
A simple ChatGPT-like interface for AgentAPI.
3+
A simple ChatGPT-like interface for AgentAPI. It's a demo showcasing how to use AgentAPI. 95% of the code was generated with Claude Code.
44

55
## Setup
66

7-
1. Ensure the AgentAPI backend server is running on `localhost:8080`
7+
1. Ensure the AgentAPI backend server is running on `localhost:3284`
88

99
2. Install dependencies:
10+
1011
```bash
1112
npm install
1213
```
1314

1415
3. Start the development server:
16+
1517
```bash
1618
npm run dev
1719
```
1820

1921
4. Open [http://localhost:3000](http://localhost:3000) in your browser
20-
21-
## Features
22-
23-
- Real-time message polling (every 1 second)
24-
- Server status monitoring
25-
- Simple chat interface
26-
- Responsive design
27-
28-
## API Endpoints Used
29-
30-
- `GET /messages` - Retrieves all messages
31-
- `POST /message` - Sends a new message
32-
- `GET /status` - Checks server status

0 commit comments

Comments
 (0)