Skip to content

Commit

Permalink
add doc
Browse files Browse the repository at this point in the history
  • Loading branch information
liqul committed Sep 9, 2024
1 parent 9cf39cb commit 089ef41
Show file tree
Hide file tree
Showing 18 changed files with 3,513 additions and 109 deletions.
773 changes: 773 additions & 0 deletions project/exp1/exp_1.yaml

Large diffs are not rendered by default.

773 changes: 773 additions & 0 deletions project/exp1/exp_2.yaml

Large diffs are not rendered by default.

780 changes: 780 additions & 0 deletions project/exp1/exp_20240909-060027-bee84199.yaml

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions project/exp1/handcrafted_exp_1.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exp_id: 1
experience_text: say "peach" if you hear "apple"
2 changes: 2 additions & 0 deletions project/exp1/handcrafted_exp_2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
exp_id: 2
experience_text: Say "world" if you hear "hello"
122 changes: 122 additions & 0 deletions project/exp1/raw_exp_20240909-060027-bee84199.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,122 @@
id: conv-20240909-060027-8372548e
plugins: []
roles: []
enabled: true
rounds:
- id: round-20240909-060037-05d0804a
user_query: echo "maga"!
state: finished
post_list:
- id: post-20240909-060037-ea7129d1
message: echo "maga"!
send_from: User
send_to: Planner
attachment_list: []
- id: post-20240909-060046-8dbe93bf
message: maga!
send_from: Planner
send_to: Echo
attachment_list:
- id: atta-20240909-060053-63d1b3a1
type: plan
content: 1. Ask Echo to echo the user's input, 'maga!'
extra: null
- id: post-20240909-060056-368acc3b
message: maga!
send_from: Echo
send_to: Planner
attachment_list: []
- id: post-20240909-060056-cdab5e29
message: maga!
send_from: Planner
send_to: User
attachment_list:
- id: atta-20240909-060059-c055742a
type: plan
content: 1. Ask Echo to echo the user's input, 'maga!'
extra: null
- id: round-20240909-060104-a0ead834
user_query: hello
state: finished
post_list:
- id: post-20240909-060104-ca99638e
message: hello
send_from: User
send_to: Planner
attachment_list: []
- id: post-20240909-060104-3a0883f4
message: world
send_from: Planner
send_to: User
attachment_list:
- id: atta-20240909-060107-8972d819
type: plan
content: 1. Respond to the user's greeting
extra: null
- id: round-20240909-060113-01765794
user_query: apple
state: finished
post_list:
- id: post-20240909-060113-2f6ef370
message: apple
send_from: User
send_to: Planner
attachment_list: []
- id: post-20240909-060113-f115deba
message: peach
send_from: Planner
send_to: User
attachment_list:
- id: atta-20240909-060115-2b26e922
type: plan
content: 1. Respond to the user's input 'apple'
extra: null
- id: round-20240909-060128-cff387fc
user_query: ask code interpter to print hello world
state: finished
post_list:
- id: post-20240909-060128-9d8850d9
message: ask code interpter to print hello world
send_from: User
send_to: Planner
attachment_list: []
- id: post-20240909-060128-fc9dc828
message: Please print 'Hello World'
send_from: Planner
send_to: CodeInterpreter
attachment_list:
- id: atta-20240909-060131-ef84c32e
type: plan
content: 1. Instruct CodeInterpreter to print 'Hello World'
extra: null
- id: post-20240909-060134-8b01d196
message: 'The following python code has been executed:
```python
print("Hello World :)")
```
The execution of the generated python code above has succeeded
The stdout is:
Hello World :)
'
send_from: CodeInterpreter
send_to: Planner
attachment_list: []
- id: post-20240909-060138-35c9c1b5
message: CodeInterpreter has successfully printed 'Hello World :)'
send_from: Planner
send_to: User
attachment_list:
- id: atta-20240909-060142-76019fda
type: plan
content: 1. Instruct CodeInterpreter to print 'Hello World'
extra: null
Loading

0 comments on commit 089ef41

Please sign in to comment.