As part of the refactor of a package the two agents could be converted to Python classes
For example
SelfReflectionAgent
PlanningAgent
These could then be added to the package and example script (CLI) included to create an instance and run them.
Additional: Could these agents themselves be MCP servers for other agents to use?
As part of the refactor of a package the two agents could be converted to Python classes
For example
SelfReflectionAgentPlanningAgentThese could then be added to the package and example script (CLI) included to create an instance and run them.