mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-15 14:08:08 +01:00
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:
@@ -18,6 +18,7 @@ class ToolDefinition:
|
||||
@dataclass
|
||||
class AgentGoal:
|
||||
id: str
|
||||
category_tag: str
|
||||
agent_name: str
|
||||
agent_friendly_description: str
|
||||
tools: List[ToolDefinition]
|
||||
|
||||
Reference in New Issue
Block a user