[idea] Structured task, session, model, and policy evidence for agent automation #3528
sunilgupta01
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I use Herdr as the runtime for a launcher that opens the same logical review
crew in multiple workspaces. Herdr 0.8.2 gives the client stable workspace,
tab, pane, process, cwd, readiness, and sometimes provider-session identity.
Those facts are useful, but they are not enough to decide whether an existing
interactive agent is safe for a new task.
The missing structured evidence is:
explicit unknown state otherwise;
Today agent names are globally unique while workspace identity is separate, and
agent_sessioncan be absent. A safe automation client therefore has to deriveits own workspace/run-scoped names, keep an external receipt, refuse legacy or
unattested reuse, and quarantine any lane whose required model or execution
policy is unobservable. That works, but it prevents Herdr from being the
authority for freshness and policy compliance.
Would a small versioned automation contract fit Herdr's direction? The minimum
useful shape for this workflow would be opaque client run metadata on start,
structured session/model/policy evidence on get/list, and conditional cleanup
against the returned identity/revision. The metadata would not need to affect
the TUI or interpret any repository-specific task format.
All reactions