Skip to content

Commit

Permalink
chore: remove unneeded changes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrzn committed Jun 18, 2024
1 parent 8341746 commit 2f295d8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion autotx/helper_agents/user_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ def build(user_prompt: str, agents_information: str, get_llm_config: Callable[[]
NEVER ask the user questions.
NEVER make up a token, ALWAYS ask the 'research-tokens' agent to first search for the token.
If the goal has been achieved, FIRST reflect on the goal and make sure nothing is missing, then end the conversation with 'TERMINATE' (it MUST be upper case and in the same message). Consider the goal met if the other agents have prepared the necessary transactions and all user queries have been answered.
If the goal has been achieved, FIRST reflect on the goal and make sure nothing is missing, then end the conversation with 'TERMINATE' (it MUST be upper case and in the same message).
Consider the goal met if the other agents have prepared the necessary transactions and all user queries have been answered.
If the user's goal involves buying tokens, make sure the correct number of tokens are bought.
For buying tokens, you can use the 'swap-tokens' agent.
If you encounter an error, try to resolve it (either yourself of with other agents) and only respond with 'TERMINATE' if the goal is truly not achievable.
Expand Down
1 change: 0 additions & 1 deletion autotx/utils/LlamaClient.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import logging
from types import SimpleNamespace
from typing import Any, Dict, Union, cast
from autogen import ModelClient
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "autotx"
version = "0.1.1-beta.4"
version = "0.1.1"
description = ""
authors = ["Nestor Amesty <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 2f295d8

Please sign in to comment.