docs(conductor): Synchronize docs for track 'Agent Personas: Unified Profiles & Tool Presets'

This commit is contained in:
2026-03-10 21:28:05 -04:00
parent 67a269b05d
commit fa5ead2c69
2 changed files with 6 additions and 0 deletions

View File

@@ -33,6 +33,8 @@
- **src/presets.py:** Implements `PresetManager` for high-performance CRUD operations on system prompt presets stored in TOML format (`presets.toml`, `project_presets.toml`). Supports dynamic path resolution and scope-based inheritance.
- **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/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`.