Fundamental_Analysis/docs/3_project_management/tasks/pending
Lv, Qi efd2c42775 feat(workflow): Implement Worker Runtime with Context Shell
- Implemented `ContextShell` trait providing `ls`, `find`, `grep`, `cat`, `patch`, `wc` primitives.
- Added `WorkerContext` struct acting as the shell interface for LLM workers.
- Implemented `get_tool_definitions` to export OpenAI-compatible tool schemas.
- Added `patch` command for atomic, exact-match text replacement.
- Added comprehensive tests covering happy paths and edge cases (ambiguity, unicode, regex errors).
- Updated design documentation.
2025-11-27 01:50:48 +08:00
..
.gitkeep reorg docs 2025-11-17 00:58:43 +08:00
20251126_design_3_worker_runtime.md feat(workflow): Implement Worker Runtime with Context Shell 2025-11-27 01:50:48 +08:00