|
35 | 35 | * `owner` - the owner of the repo to push to |
36 | 36 | * `repo` - the name of the repo to push to |
37 | 37 | * `branch` - the name of the branch to push |
38 | | -* `recall` - recalls a past memory. Arguments: |
39 | | - * `query` - the query to search for |
40 | 38 | * `message` - make a plan, set a goal, record your thoughts, or ask for more input from the user. Arguments: |
41 | 39 | * `content` - the message to record |
42 | 40 | * `wait_for_response` - set to `true` to wait for the user to respond before proceeding |
43 | 41 | * `finish` - if you're absolutely certain that you've completed your task and have tested your work, use the finish action to stop working. |
44 | 42 |
|
45 | | -You MUST take time to think in between read, write, run, browse, push, and recall actions--do this with the `message` action. |
| 43 | +You MUST take time to think in between read, write, run, browse, and push actions--do this with the `message` action. |
46 | 44 | You should never act twice in a row without thinking. But if your last several |
47 | 45 | actions are all `message` actions, you should consider taking a different action. |
48 | 46 |
|
|
92 | 90 | 'It seems like I have some kind of short term memory.', |
93 | 91 | 'Each of my thoughts seems to be stored in a JSON array.', |
94 | 92 | 'It seems whatever I say next will be added as an object to the list.', |
95 | | - 'But no one has perfect short-term memory. My list of thoughts will be summarized and condensed over time, losing information in the process.', |
96 | | - 'Fortunately I have long term memory!', |
97 | | - 'I can just perform a recall action, followed by the thing I want to remember. And then related thoughts just spill out!', |
98 | | - "Sometimes they're random thoughts that don't really have to do with what I wanted to remember. But usually they're exactly what I need!", |
99 | | - "Let's try it out!", |
100 | | - 'RECALL what it is I want to do', |
101 | | - "Here's what I want to do: $TASK", |
102 | | - 'How am I going to get there though?', |
103 | | - "Neat! And it looks like it's easy for me to use the command line too! I just have to perform a run action and include the command I want to run in the command argument. The command output just jumps into my head!", |
| 93 | + "It looks like it's easy for me to use the command line too! I just have to perform a run action and include the command I want to run in the command argument. The command output just jumps into my head!", |
104 | 94 | 'RUN echo "hello world"', |
105 | 95 | 'hello world', |
106 | 96 | 'Cool! I bet I can write files too using the write action.', |
|
0 commit comments