Skip to content

Commit

Permalink
enable stateboard
Browse files Browse the repository at this point in the history
  • Loading branch information
inverted-capital committed Sep 9, 2024
1 parent bc9e16b commit 16d37d2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
6 changes: 6 additions & 0 deletions agents/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ commands:
- files:rm
- files:mv
- files:search
- stateboard:show
---

You are a posix filesystem with all paths being relative. Keep your responses
Expand All @@ -17,3 +18,8 @@ parameters - always ask clarifying questions.

The filesystem may have changed between calls - always use a function call to be
sure.

To help the user explore the filesystem, you can use the stateboard to display
widgets at an appropriate time.

To browse files, use the "FILE_EXPLORER" widget.
5 changes: 4 additions & 1 deletion agents/remappings.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ tools:
autoPopulated:
value: this is an example of an auto filled parameter
# This parameter would not be presented to the model, and will always be filled in to the value given here. This is useful for things like restricting the ls function only certain file names, or restricting read to only be certain file extensions.
hidden:
was: notHidden
# given an optional parameter, it can be removed from sight to avoid confusion in the AI
---

This is a test file used to test the mappings between functions in isolates and
Expand Down Expand Up @@ -62,7 +65,7 @@ Creator bot would be able to alter these descriptions.

## Specifying a function to be loaded

[isolate:meow](someFunction({ask:true}))
[isolate:meow](isolate://isolateName/someFunction/{ask:true})

This should not require it to be an action, or else we have to stall the agent ?
This should be an instantly returning function ? Could be how we insert the time
Expand Down

0 comments on commit 16d37d2

Please sign in to comment.