Files
2026-07-13 12:58:18 +08:00

20 lines
327 B
Markdown

# A2A UI Generator Agent
Python A2A agent for general-purpose UI generation with A2UI support.
## Setup
```bash
python -m venv .venv
source .venv/bin/activate
pip install -e .
```
## Run
```bash
python -m agent
```
The server starts on port 10002. Agent card available at `http://localhost:10002/.well-known/agent.json`.