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

This commit is contained in:
oss-sync
2026-06-16 06:24:20 +00:00
parent d6ce1ff1a3
commit cbdfdeaa18
9 changed files with 161 additions and 23 deletions
+19
View File
@@ -12,6 +12,25 @@ English | [日本語](README.ja.md)
It works standalone as long as you have an OpenAI-compatible LLM endpoint ([Ollama](https://ollama.com/) / vLLM, etc.).
## Screenshots
The three-pane workspace — task list on the left, the live conversation and rendered output in the center, and a structured side panel (status, mission brief, files, trace) on the right:
![Task workspace](docs/screenshots/workspace.png)
<details>
<summary>More screenshots — task list and settings</summary>
Task list with at-a-glance status (running / waiting / done) and quick filters:
![Task list](docs/screenshots/task-list.png)
Settings: every `config.yaml` section as a form — LLM workers, sandbox, auth, tools, and more:
![Settings](docs/screenshots/settings.png)
</details>
## Key features
- **Automatic task routing** — the LLM classifies the task body and dispatches it to the best-fit Piece (a YAML workflow).