Commit d141fdb 1 parent 8fbab7a commit d141fdb Copy full SHA for d141fdb
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,11 +85,11 @@ class Agent:
85
85
86
86
Write in the following format:
87
87
<THINK>
88
- [ YOUR_THOUGHTS]
88
+ {{ YOUR_THOUGHTS}}
89
89
</THINK>
90
90
91
91
<ACTION>
92
- [One of the following actions: {list_of_actions}]
92
+ [{{ One of the following actions: {list_of_actions}} }]
93
93
</ACTION>
94
94
"""
95
95
Original file line number Diff line number Diff line change 3
3
from .AgentInteractionManager import AgentInteractionManager
4
4
from .Interaction import Interaction
5
5
6
- __version__ = "0.2.2 "
6
+ __version__ = "0.2.3 "
7
7
8
8
__all__ = [
9
9
"Agent" ,
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " agentarium"
7
- version = " 0.2.2 "
7
+ version = " 0.2.3 "
8
8
authors = [
9
9
{ name = " thytu" },
10
10
]
You can’t perform that action at this time.
0 commit comments