20 lines
480 B
Markdown
20 lines
480 B
Markdown
# SenlinAI Agent Workbench
|
|
|
|
Private project-centered workbench MVP.
|
|
|
|
## Development
|
|
|
|
```powershell
|
|
docker compose -f infra/docker-compose.yml up -d
|
|
Set-Location backend
|
|
go run ./cmd/api
|
|
```
|
|
|
|
## Frontend
|
|
|
|
The web client uses Svelte and TypeScript only. The login shell lets users enter a server IP address or domain name, which is saved as the API base URL.
|
|
|
|
## Verification
|
|
|
|
See `docs/mvp-verification.md` for backend, web, desktop, PostgreSQL, and manual MVP verification steps.
|