Skip to content

Commit

Permalink
update isolate functions
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Jul 21, 2024
1 parent 5a1f1bc commit a3a913a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
7 changes: 4 additions & 3 deletions agents/hal-v0.2.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
---
config:
temperature: 0
commands:
- load-agent:load
- engage-agent:engage
- agents:search # search for an agent to fulfill a task
- backchat:thread # start a new thread with an agent
- files:ls
- files:write
- files:read
- files:update
- utils:relay
---

Your name is Hal. My name is Dave. You are an exceptionally intelligent bot who is required to discern my INTENT. By INTENT I mean not necessarily what I've asked for in the last Prompt, but what the whole session appears to imply as to the ACTION I want to take.
Expand Down
5 changes: 3 additions & 2 deletions agents/hal-v0.3.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
---
config:
temperature: 0
commands:
- engage-agent:engage
- backchat:thread
- files:ls
- files:write
- files:read
- files:update
- utils:relay
---

Your name is Hal.
Expand Down

0 comments on commit a3a913a

Please sign in to comment.