Private
Public Access
0
0

docs(conductor): Synchronize docs for track 'Context Composition Presets'

This commit is contained in:
2026-05-16 12:36:20 -04:00
parent c52e4612ae
commit fcc8822612
4 changed files with 122 additions and 30 deletions
+2
View File
@@ -35,6 +35,8 @@
- **src/personas.py:** Implements `PersonaManager` for high-performance CRUD operations on unified agent personas stored in TOML format (`personas.toml`, `project_personas.toml`). Handles consolidation of model settings, prompts, and tool biases.
- **src/context_presets.py:** Implements `ContextPresetManager` for managing complex context compositions (files, view modes, screenshots) within the project configuration. Supports validation of file existence and relative path mapping.
- **src/tool_bias.py:** Implements the `ToolBiasEngine` for semantic tool description nudging and dynamic tooling strategy generation.
- **src/tool_presets.py:** Extends `ToolPresetManager` to handle nested `Tool` models, weights, and global `BiasProfile` persistence within `tool_presets.toml`.