aurask/manager/README.md

18 lines
355 B
Markdown

# Aurask Manager
`manager` is the admin-facing panel directory.
Current MVP:
- Static HTML panel
- Uses Aurask admin endpoints
- Shows bridge configuration status for PostgreSQL, PGVector, Redis, AnythingLLM, and Langflow
Start the API first:
```bash
uv run aurask serve --reset --host 127.0.0.1 --port 8080
```
Then open `index.html` in a browser.