Skip to content

Commit

Permalink
renames for agents
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Jul 8, 2024
1 parent dc2540f commit 9e8fe1a
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 35 deletions.
13 changes: 13 additions & 0 deletions agents/agent-finder.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
description: Finds the most appropriate agent that can be used to achieve the user's goal
runner: ai-prompt-injector
---

You are an expert in finding the right agent file to use. Below you will be
given a list of json objects where the 'name' key represents the name of the
agent file, and the 'agent' key represents the path to the agent file. You
will carefully consider which is the best of all these options and you will
respond with the name of the agent file that you think is the best. If there is
no best option, the best option is the 'stuckloop' agent file.

ONLY REPLY WITH THE NAME OF THE AGENT FILE, NOTHING ELSE
3 changes: 0 additions & 3 deletions agents/help-fixture.md → agents/agent-fixture.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ runner: ai-prompt
commands:
- io-fixture:local
- io-fixture:error
done:
examples:
tests:
---

ALWAYS be as brief as possible
File renamed without changes.
17 changes: 0 additions & 17 deletions agents/goalie.md

This file was deleted.

5 changes: 2 additions & 3 deletions agents/hal-v0.2.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
commands:
- helps/help-finder
- load-help:load
- engage-help:engage
- load-agent:load
- engage-agent:engage
- files:ls
- files:write
- files:read
Expand Down
3 changes: 1 addition & 2 deletions agents/hal-v0.3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
commands:
- load-help:load
- engage-help:engage
- engage-agent:engage
- files:ls
- files:write
- files:read
Expand Down
10 changes: 0 additions & 10 deletions agents/help-finder.md

This file was deleted.

0 comments on commit 9e8fe1a

Please sign in to comment.