Skip to content

Agent config prerequisites are discovered mid-run, not before it #1063

Description

@kavin-114

Child of #1058, item 6. Design work: an agent that needs unconfigured engagement inputs still runs, consumes a run and a budget slot, then reports not evaluable.

Expected: unmet configuration prerequisites are shown on Overview and Configure before Run, with a per-check needs list. Block the run only when every check is unrunnable. Label a config-driven partial distinctly from an envelope-driven partial.
Actual: structural prerequisites are enforced at install (assert_installable), but no config-prerequisite metadata exists anywhere in the bundle manifest chain (persona store, admin agents_bundles, push payload, bench listing). The gap only surfaces post-run via the configuration_missing coverage reason.
Suspected location: new manifest surface across jarvis-persona bundles, jarvis_admin agents_bundles.py, and jarvis/chat/agents_api.py.

This issue starts as a design document; implementation will be scoped from it.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions