Add the category tag to the goals and example env file, and filter the results based on tags in list_agents

This commit is contained in:
Laine
2025-03-13 14:53:03 -04:00
parent 134414f647
commit ece3ac1d3c
4 changed files with 32 additions and 8 deletions

View File

@@ -18,6 +18,7 @@ class ToolDefinition:
@dataclass
class AgentGoal:
id: str
category_tag: str
agent_name: str
agent_friendly_description: str
tools: List[ToolDefinition]