sync: update from private repo (1a0e50d)
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync
2026-06-16 03:30:34 +00:00
parent ce919a810c
commit 00bf2ea16f
4 changed files with 251 additions and 0 deletions
+3
View File
@@ -34,6 +34,8 @@ docker compose up -d
For safety, Compose exposes only `127.0.0.1:9876`. Before making it reachable from another host, configure OAuth authentication and place a TLS-enabled reverse proxy in front. Specify the LLM endpoint in `.env` / `config.yaml`.
Full Docker guide (Linux networking, data persistence, the sandbox, troubleshooting): **[docs/docker.md](docs/docker.md)**.
### From source
```bash
@@ -56,6 +58,7 @@ For detailed instructions, see **[docs/getting-started.md](docs/getting-started.
## Documentation
- **[docs/getting-started.md](docs/getting-started.md)** — installation, first launch, your first task, enabling auth/sandbox
- **[docs/docker.md](docs/docker.md)** — running with Docker Compose (LLM endpoint, persistence, sandbox, troubleshooting)
- **[docs/configuration.md](docs/configuration.md)** — full reference of every `config.yaml` setting
- **[docs/architecture.md](docs/architecture.md)** — execution flow, Piece/Movement, tools, DB, sandbox
- **[docs/tools/](docs/tools/)** — details of each tool