Files
agent/README.md

480 B

SenlinAI Agent Workbench

Private project-centered workbench MVP.

Development

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.