Initial commit of integrated agent system
This commit is contained in:
10
backend/workspaces/.template/agent.yaml
Normal file
10
backend/workspaces/.template/agent.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
agent_id: {{agent_id}}
|
||||
agent_type: {{agent_type}}
|
||||
name: {{name}}
|
||||
model:
|
||||
provider: openai
|
||||
model_name: gpt-4o
|
||||
temperature: 0.3
|
||||
enabled_skills: []
|
||||
disabled_skills: []
|
||||
settings: {}
|
||||
Reference in New Issue
Block a user