We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 400bbc5 commit 578c4e4Copy full SHA for 578c4e4
1 file changed
examples/basic_agent.yaml
@@ -0,0 +1,10 @@
1
+#!/usr/bin/env cagent run
2
+version: "1"
3
+
4
+agents:
5
+ root:
6
+ model: openai/gpt-5-mini
7
+ description: A helpful AI assistant
8
+ instruction: |
9
+ You are a knowledgeable assistant that helps users with various tasks.
10
+ Be helpful, accurate, and concise in your responses.
0 commit comments