Expand description
Meta Harness composition: mount Moore components on one fact log.
Hosts assemble system, tools, budget, compact, and infer([...])
the way Tardigrade mounts components: [...]. The product default remains
coding_actor, which is sugar for the stock
tree. Nested infer mounts namespace child transition keys so siblings
cannot collide (DuplicateTransition). The stock Infer part mounts the
scheduler without a key prefix so existing fact-log causes stay stable.
Structs§
- Harness
Graph - Admitted harness graph: stock coding actor or a composed tree.
- Meta
Harness Spec - Declarative Meta Harness recipe admitted by Code / SDKs.
Enums§
- Harness
Part Id - Stock part identifiers for compose recipes.
Functions§
- budget
- First-class budget policy slot (compose-tree presence + view observability).
- compact
- First-class compaction threshold slot.
- compose_
coding_ actor - Build an actor from an ordered list of already-constructed components.
- infer
- Tardigrade-style nested
infer([...])with a key-space prefix. - mount
- Mount several components as one. Views merge left-to-right with
merge; transitions are concatenated then namespaced underprefix. - namespace_
transitions - Prefix every enabled transition key.
- system
- System-prompt slot component.
- tools
- Tool-catalog slot component.
- with_
key_ namespace - Wrap a component so every transition it enables carries
prefix/.
Type Aliases§
- Harness
View - Documented merge slots for the coding Meta Harness view.