Fundamental_Analysis/crates/workflow-context
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
..
src feat(workflow): Implement Worker Runtime with Context Shell 2025-11-27 01:50:48 +08:00
tests feat(workflow): Implement Worker Runtime with Context Shell 2025-11-27 01:50:48 +08:00
Cargo.lock feat(workflow-context): 实现 DocOS 文档对象系统 2025-11-27 00:24:30 +08:00
Cargo.toml feat(workflow): Implement Worker Runtime with Context Shell 2025-11-27 01:50:48 +08:00