-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
cliCommand Line Interface related changesCommand Line Interface related changesenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Description
The agentunit multiagent test-coordination command in src/agentunit/cli/__init__.py currently performs a dry run using MockAgent.
It outputs zeroed metrics and does not test actual coordination.
Task
- Update the command to use
AdapterFactoryto create real agents based on the--adapterflag. - Execute actual message exchanges.
- Collect and report real metrics (latency, token usage, etc.).
Source
https://github.com/aviralgarg05/agentunit/blob/main/src/agentunit/cli/__init__.py#L320
Metadata
Metadata
Assignees
Labels
cliCommand Line Interface related changesCommand Line Interface related changesenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed