-
Notifications
You must be signed in to change notification settings - Fork 10.9k
Optional declarative layer for agents #304
Copy link
Copy link
Open
Description
This is a very compelling approach to multi-agent orchestration.
Each agent clearly defines its role, workflow, and style — which makes the system highly usable.
One thought: what if each agent also had a minimal declarative layer?
Not for execution, but for clarity.
Something that makes explicit:
– purpose
– capabilities
– limits
– stopping conditions
For example:
{
"agent_name": "Evidence Collector",
"purpose": "Validate claims based on verifiable evidence",
"capabilities": ["request evidence", "analyze inputs"],
"limits": ["no claims without evidence"],
"stopping_conditions": ["insufficient data"]
}It wouldn’t change how agents run.
It would just make their boundaries explicit.
Curious if something like this could fit into the project.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels