Skip to content

Commit 79ef183

Browse files
author
mike dupont
committed
first results of running bot
1 parent b6ba8bb commit 79ef183

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

actions.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
`grep -h "No action found for" * -A1 | sort -u^J--`
3+
4+
Produces these:
5+
```
6+
accept_designation
7+
ask_for_clarification
8+
ask_for_explanation
9+
ASK_FOR_EXPLANATION
10+
ask_for_more_info
11+
bootstrap
12+
brainstorm
13+
CONTINUE
14+
contribute_to_open_source_project
15+
contribute_to_project
16+
discuss
17+
discuss possible solutions
18+
dive deeper
19+
dive deeper into the idea
20+
explain
21+
EXPLAIN
22+
explore
23+
explore_concept
24+
follow_link
25+
investigate
26+
No action found for
27+
none
28+
None
29+
open_voice_chat
30+
proposed_exploration
31+
request_info
32+
request_visualization
33+
research mathematical cosmology
34+
simulate
35+
visualize
36+
``

demo.md

+2
Original file line numberDiff line numberDiff line change
@@ -710,3 +710,5 @@ set | grep TWITTER
710710
711711
docker logs -f agent-docker.service
712712
```
713+
714+

0 commit comments

Comments
 (0)