Skip to content

Commit 578c4e4

Browse files
committed
re-add basic_agent example file
Signed-off-by: Christopher Petito <chrisjpetito@gmail.com>
1 parent 400bbc5 commit 578c4e4

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

examples/basic_agent.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)