Conversation
e26a388 to
d1fb04c
Compare
- **Groves**: declarative multi-agent orchestration via GROVE.md manifests. Define topology, bootstrap, governance, confinement, schemas, and spawn contracts in a single file — then run it. - **Bootstrap**: pre-fill task creation forms from file references or inline values. - **Governance**: dual-layer rule enforcement — prompt guidance (LLM reads the rule) AND runtime blocking (code enforces the rule). Supports `shell_pattern_block` and `action_block` hard rules. - **Confinement**: per-skill filesystem restrictions enforced at the `file_read`, `file_write`, and `execute_shell` action layer. - **Schema validation**: JSON Schema (Draft 2020-12) validation on `file_write` actions matching glob path patterns. - **Spawn contracts**: declared parent→child topology edges with auto-injection of skills, profile (with fallback), and constraints. - **PathSecurity**: three-layer defense against path traversal and symlink attacks across all grove resolvers. - Two example groves shipped: **livebench** (6-category benchmark) and **mmlu-pro** (14-subject multiple-choice benchmark). - Children context enrichment: agents see their children's latest message preview and status directly in the prompt. - Correction feedback injection: parent feedback is injected into child prompts with lifecycle tracking and root stall notification when children stop progressing. ### Fixed - Per-model consensus queries now run in parallel instead of sequentially. - Context window overflow from insufficient token safety margins across multiple providers. - Correction feedback cleared by queued messages arriving during retry. - Missing `:id` field in system stall messages crashing the Mailbox UI. - Empty children signal not injected when no live children exist. - GPT wait-stall pattern causing agents to idle indefinitely. - LLM receive timeout too low for slow providers (increased to 300s). ### Changed - Comprehensive Groves documentation added to README. - DRY refactors: children tracking, skill metadata construction, single-model persist path, PerModelQuery extraction.
d1fb04c to
103ed81
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
### Added
shell_pattern_blockandaction_blockhard rules.file_read,file_write, andexecute_shellaction layer.file_writeactions matching glob path patterns.Fixed
:idfield in system stall messages crashing the Mailbox UI.Changed
Version: v0.2.0