forked from denoland/std
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dc2540f
commit 9e8fe1a
Showing
7 changed files
with
16 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file was deleted.
Oops, something went wrong.