mini007
Lightweight Framework for Orchestrating Multi-Agent Large Language Models
mini007 gave its R agents tools and a way to argue with each other.
◆Recent moves
- 2mo ago
Release notes repeat 0.3.0 verbatim
The 0.4.0 notes are byte-for-byte identical to 0.3.0's, re-listing the tool methods and agents_dialog() that shipped four months earlier. Whatever changed in this release is not recorded, so there is nothing here to assess.
View source ↗ - 7mo ago
Tool registration and two-agent dialog arrive
⚡ SPARKThe release that turns mini007 from a conversation orchestrator into an agent framework proper. Everything before it manages what an agent remembers and spends; this is the first release that changes what an agent can do.
View source ↗ - 8mo ago
ellmer becomes a hard import; response validation added
ellmer moves from loose coupling to a declared import dependency after synchronization problems between the two, and validate_response() and clone_agent() join the API. Taking the dependency explicitly is the tradeoff that makes the later tool work possible.
View source ↗ - 9mo ago
Bug fix in generate_execute_r_code()
A single unspecified fix to the code-execution method introduced days earlier. Follow-up patch with no described user-facing change.
View source ↗ - 9mo ago
Message history, budgets and code execution land together
Eleven methods arrive at once, covering the three things a long-running agent needs: memory control (keep_last_n_messages, clear_and_summarise_messages, export and load history), cost control (set_budget, set_budget_policy), and action (generate_execute_r_code, visualize_plan). Making messages an active R6 field is the structural change underneath. Plan regeneration becomes opt-in via force_regenerate_plan, and delegate_prompt() is dropped as redundant.
View source ↗