Fundamental_Analysis/crates/workflow-context/tests
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
..
docos_tests.rs feat(workflow-context): 实现 DocOS 文档对象系统 2025-11-27 00:24:30 +08:00
vgcs_tests.rs feat(core): introduce workflow-context (VGCS) 2025-11-26 23:38:22 +08:00
worker_runtime_tests.rs feat(workflow): Implement Worker Runtime with Context Shell 2025-11-27 01:50:48 +08:00