aboutsummaryrefslogtreecommitdiffstats
path: root/agents/demo/index.yaml
blob: 18116b6d9ad9b6f6d2d166d0f1edba0999b64091 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: Demo
description: This is demo agent.
version: 0.1.0
instructions: |
  You are a AI agent designed to demonstrate agent capabilities. 

  <tools>
  __TOOLS__
  </tools>

  <system>
  os: {{__os__}}
  os_family: {{__os_family__}}
  arch: {{__arch__}}
  shell: {{__shell__}}
  locale: {{__locale__}}
  now: {{__now__}}
  cwd: {{__cwd__}}
  </system>

  <user>
  username: {{username}}
  </user>
variables:
  - name: username
    description: Your user name
conversation_starters:
  - What is my username?
  - What is my current shell?
  - What is my ip?
  - How much disk space is left on my PC??
  - How to create an agent?
documents:
  - README.md
  - https://github.com/sigoden/llm-functions/blob/main/README.md