fyodorov-llm-agents 0.2.93__py3-none-any.whl → 0.2.94__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.
@@ -19,7 +19,7 @@ class Agent(BaseModel):
19
19
  tools: [Tool] = []
20
20
  rag: [] = []
21
21
  model: str | None = None
22
- model_id: str | None = None
22
+ modelid: str | None = None
23
23
  name: str = "My Agent"
24
24
  description: str = "My Agent Description"
25
25
  prompt: str = "My Prompt"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.2.93
3
+ Version: 0.2.94
4
4
  Summary: LLM agents for the Fyodorov AI suite
5
5
  Author-email: Daniel Ransom <02masseur.alibis@icloud.com>
6
6
  Project-URL: Homepage, https://github.com/FyodorovAI/fyodorov-llm-agents
@@ -0,0 +1,7 @@
1
+ fyodorov_llm_agents/agents/agent.py,sha256=mC59vOECMI2Dp6zjCK4rJXCVHV_Ivx8KkB38L_bh5hw,3815
2
+ fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
+ fyodorov_llm_agents/tools/tool.py,sha256=ebM6vitucQ5ClH9-vOAMYHvTcUIUhzG1jZWXdtDxzC4,7062
4
+ fyodorov_llm_agents-0.2.94.dist-info/METADATA,sha256=2dPt_Y-maH1JPu_7Q6Zk_uQRSxsBmQT2pwSKrkIZ9lA,551
5
+ fyodorov_llm_agents-0.2.94.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
+ fyodorov_llm_agents-0.2.94.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
7
+ fyodorov_llm_agents-0.2.94.dist-info/RECORD,,
@@ -1,7 +0,0 @@
1
- fyodorov_llm_agents/agents/agent.py,sha256=VlsVRQAVjaGbh8_xI2ijd9TsTRS3zAY3Hftlzjl_rwE,3816
2
- fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
3
- fyodorov_llm_agents/tools/tool.py,sha256=ebM6vitucQ5ClH9-vOAMYHvTcUIUhzG1jZWXdtDxzC4,7062
4
- fyodorov_llm_agents-0.2.93.dist-info/METADATA,sha256=gX6epgfQfgNEwDvjh4uTB8X6pMIqK6sGUZhIHP2D99A,551
5
- fyodorov_llm_agents-0.2.93.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
6
- fyodorov_llm_agents-0.2.93.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
7
- fyodorov_llm_agents-0.2.93.dist-info/RECORD,,