-
Notifications
You must be signed in to change notification settings - Fork 0
[Mongoose] Add Loop Tuner meta-capability recommendations #169
Copy link
Copy link
Open
Labels
area: architectureRuntime architecture, contracts, boundaries, and reusable capability designRuntime architecture, contracts, boundaries, and reusable capability designarea: capability-runtimeCapability declarations, runtime contracts, provider abstraction, and execution decouplingCapability declarations, runtime contracts, provider abstraction, and execution decouplingenhancementNew feature or requestNew feature or requestroadmap: mongooseMongoose platform/runtime roadmap trackMongoose platform/runtime roadmap track
Description
Metadata
Metadata
Assignees
Labels
area: architectureRuntime architecture, contracts, boundaries, and reusable capability designRuntime architecture, contracts, boundaries, and reusable capability designarea: capability-runtimeCapability declarations, runtime contracts, provider abstraction, and execution decouplingCapability declarations, runtime contracts, provider abstraction, and execution decouplingenhancementNew feature or requestNew feature or requestroadmap: mongooseMongoose platform/runtime roadmap trackMongoose platform/runtime roadmap track
Projects
StatusShow more project fields
Todo
Goal
Add Loop Tuner as a future meta-capability that analyzes loop definitions and execution traces, then recommends improvements to capability workflows.
Loop Tuner should initially generate recommendations only. It must not automatically modify loop definitions, prompts, tools, state contracts, approval gates, or runtime behavior.
Roadmap Position
Loop Tuner depends on the shared Loop Runtime and Execution Traces, plus enough real capability executions to analyze. It is a future optimization capability, not an MVP requirement and not a replacement for specialized capabilities such as Njord, Overwatch, Mimir, Commerce, Tyr, or future domain agents.
This belongs after the runtime has stable traces and after capabilities have accumulated meaningful outcomes. It should inform decision learning and workflow improvement; it should not block shared memory, prompt context, provider interfaces, or the initial Loop Runtime.
Capability Role
Loop Tuner is a Mongoose meta-capability. It can inspect:
It proposes improvements such as clearer prompts, better validation steps, missing tool affordances, tighter exit criteria, redundant steps, trace gaps, or candidate reusable loop patterns.
Initial Output Contract
Loop Tuner should produce recommendation-only output:
Acceptance Criteria
Non-goals
Depends On