fyodorov-llm-agents 0.0.97__py3-none-any.whl → 0.0.98__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ class BaseAgent(BaseModel):
17
17
 
18
18
  def __init__(
19
19
  self,
20
- api_key = "",
20
+ api_key,
21
21
  tools: [Tool] = [],
22
22
  rag: [] = [],
23
23
  model: str = "gpt-3.5-turbo",
@@ -211,12 +211,13 @@ class BaseAgent(BaseModel):
211
211
  print(f"type of result: {type(result)}")
212
212
  yield result.encode()
213
213
 
214
- def from_yaml(self, yaml_str: str):
214
+ @staticmethod
215
+ def from_yaml(yaml_str: str):
215
216
  """Instantiate BaseAgent from YAML."""
216
217
  if not yaml_str:
217
218
  raise ValueError('YAML string is required')
218
219
  agent_dict = yaml.safe_load(yaml_str)
219
- agent = self.__class__(
220
+ agent = BaseAgent(
220
221
  api_key=agent_dict["api_key"],
221
222
  model=agent_dict["model"],
222
223
  tools=agent_dict["tools"],
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.0.97
3
+ Version: 0.0.98
4
4
  Summary: Library for creating LLM-based agents with tools and RAG
5
5
  Author-email: Daniel Ransom <02masseur.alibis@icloud.com>
6
6
  Project-URL: Homepage, https://github.com/FyodorovAI/fyodorov-llm-agents
@@ -1,12 +1,12 @@
1
1
  fyodorov_llm_agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
2
  fyodorov_llm_agents/agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- fyodorov_llm_agents/agents/base_agent.py,sha256=YXPIwIAotDh7RqKCW6VImuazAQtxoDbl_Q9wRC5LqZ8,13941
3
+ fyodorov_llm_agents/agents/base_agent.py,sha256=dHqxY3LP2FNfYgbWVt9F9IXzGDTEvOxPXZxCInpvC_0,13943
4
4
  fyodorov_llm_agents/agents/openai.py,sha256=yAGV3pcFcKfwHR1zuIiv1hmmWOUjDfrJloUGECciOlw,1167
5
5
  fyodorov_llm_agents/prompts/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  fyodorov_llm_agents/prompts/prompt.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  fyodorov_llm_agents/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  fyodorov_llm_agents/tools/tool.py,sha256=7N_v1I0lRkDrT1qTYlEgcxzbrLopH-uegkyybSV8BEk,6976
9
- fyodorov_llm_agents-0.0.97.dist-info/METADATA,sha256=Em50a4_TKqiyojjmB3AAzL_0J3ezxfdCQ3rtqm5vlkM,2001
10
- fyodorov_llm_agents-0.0.97.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
11
- fyodorov_llm_agents-0.0.97.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
12
- fyodorov_llm_agents-0.0.97.dist-info/RECORD,,
9
+ fyodorov_llm_agents-0.0.98.dist-info/METADATA,sha256=kiusxOAe8jxipSlkfmg1CU3lWflDL9RvsvC8xyROIns,2001
10
+ fyodorov_llm_agents-0.0.98.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
11
+ fyodorov_llm_agents-0.0.98.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
12
+ fyodorov_llm_agents-0.0.98.dist-info/RECORD,,