List view
Goal: Enable learning without sacrificing explainability. Scope Opt-in adaptive routing policy Explainable scoring Decision metadata storage Exit Criteria Routing can adapt while remaining auditable.
No due dateGoal: Enable ecosystem growth without nondeterminism. Scope Versioned plugin API Deterministic discovery order Transport and agent plugins Exit Criteria Extensions do not compromise determinism or stability.
No due dateGoal: Make AI behavior changes testable and safe. Scope Golden execution records Replay diff in CI Version pinning rules Compatibility checks Exit Criteria Behavior regressions are detectable before deployment.
No due dateGoal: Provide visibility without inventing new models. Dashboards are built strictly on existing traces and records. Scope Trace export Execution record export Minimal read-only execution explorer Health summaries Exit Criteria Operators can inspect and reason about executions visually.
No due dateGoal: Make IntentusNet safe for shared environments. Scope Execution timeouts Payload limits Concurrency caps Redaction-safe logging Optional signing hooks Exit Criteria Runtime enforces resource and security boundaries consistently.
No due dateGoal: Prevent destructive failures in production. Scope Intent idempotency keys Side-effect policy (safe/unsafe) Retry rules based on safety Circuit breaker skeleton Exit Criteria Failures do not cause duplicate or unsafe actions.
No due dateGoal: Make IntentusNet deployable and reproducible. Scope Runtime Docker image Reference agent image Env-based configuration Local compose example Exit Criteria IntentusNet can be run locally or in cloud environments consistently.
No due dateGoal: Support real multi-agent flows without becoming a workflow engine. Scope Sequential execution Parallel execution Conditional branching Typed inputs/outputs Deterministic ordering Non-Goals Long-running workflows Timers or cron External state machines Exit Criteria Multi-agent pipelines execute deterministically.
No due dateGoal: Make IntentusNet usable without becoming the runtime. The CLI is an operational interface, not a control plane. Scope agents list / describe intent run / validate trace list / get exec replay / diff JSON-first output Exit Criteria CLI is scriptable, deterministic, and CI-friendly.
No due dateGoal: Safely expose runtime state without coupling. All inspection must be read-only and API-driven. Scope RuntimeAdminAgent (or equivalent) List agents List traces Fetch execution records Trigger replay Exit Criteria Tooling can inspect runtime behavior without touching internals.
No due dateGoal: Make executions reproducible. This milestone enables storing, replaying, and comparing executions. Scope ExecutionRecord schema In-memory record store Offline replay Live re-run Basic diff support Exit Criteria The same execution path can be replayed deterministically.
No due dateGoal: Make every execution explainable. IntentusNet must answer not just what happened, but why. Scope ExecutionId propagation Attempt-level spans (primary + fallbacks) RouterDecision captured as structured data Exit Criteria Any failure or fallback path is observable and inspectable.
No due dateGoal: Make IntentusNet safe to depend on. This milestone defines what is public and stable versus internal. Breaking changes must be explicit and intentional. Scope Public API surface definition Protocol + runtime version enforcement Deterministic error model Validation on all external boundaries Exit Criteria Consumers can safely build tools/agents without reading internals.
No due dateGoal: Establish the smallest possible, production-faithful core of IntentusNet. This milestone proves the central idea of IntentusNet: deterministic routing, explainable execution, and reproducible behavior. Scope Frozen public runtime contract Strict boundary validation Attempt-level execution tracing Deterministic execution records Basic replay and inspection Non-Goals No scalability No dashboards No plugins No orchestration beyond routing Exit Criteria An execution can be traced, recorded, replayed, and explained end-to-end.
No due date