fyodorov-llm-agents 0.0.48__py3-none-any.whl → 0.0.49__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.
@@ -44,6 +44,9 @@ class AbstractAgent(ABC):
44
44
  Thought:I need to use the Klarna Shopping API to search for t shirts.
45
45
  Action: requests_get
46
46
  Action Input: https://www.klarna.com/us/shopping/public/openai/v0/products?q=t%20shirts
47
+ `
48
+ The response will be in JSON format:`
49
+ Observation: {"products":[{"name":"Lacoste Men's Pack of Plain T-Shirts","url":"https://www.klarna.com/us/shopping/pl/cl10001/3202043025/Clothing/Lacoste-Men-s-Pack-of-Plain-T-Shirts/?utm_source=openai","price":"$26.60","attributes":["Material:Cotton","Target Group:Man","Color:White,Black"]},{"name":"Hanes Men's Ultimate 6pk. Crewneck T-Shirts","url":"https://www.klarna.com/us/shopping/pl/cl10001/3201808270/Clothing/Hanes-Men-s-Ultimate-6pk.-Crewneck-T-Shirts/?utm_source=openai","price":"$13.82","attributes":["Material:Cotton","Target Group:Man","Color:White"]},{"name":"Nike Boy's Jordan Stretch T-shirts","url":"https://www.klarna.com/us/shopping/pl/cl359/3201863202/Children-s-Clothing/Nike-Boy-s-Jordan-Stretch-T-shirts/?utm_source=openai","price":"$14.99","attributes":["Material:Cotton","Color:White,Green","Model:Boy","Size (Small-Large):S,XL,L,M"]},{"name":"Polo Classic Fit Cotton V-Neck T-Shirts 3-Pack","url":"https://www.klarna.com/us/shopping/pl/cl10001/3203028500/Clothing/Polo-Classic-Fit-Cotton-V-Neck-T-Shirts-3-Pack/?utm_source=openai","price":"$29.95","attributes":["Material:Cotton","Target Group:Man","Color:White,Blue,Black"]},{"name":"adidas Comfort T-shirts Men's 3-pack","url":"https://www.klarna.com/us/shopping/pl/cl10001/3202640533/Clothing/adidas-Comfort-T-shirts-Men-s-3-pack/?utm_source=openai","price":"$14.99","attributes":["Material:Cotton","Target Group:Man","Color:White,Black","Neckline:Round"]}]}
47
50
  `'''
48
51
  for tool in self.tools:
49
52
  if f"Action: {tool.name_for_ai}" in prompt:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: fyodorov_llm_agents
3
- Version: 0.0.48
3
+ Version: 0.0.49
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,10 +1,10 @@
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=MIO5wHra66ViFd-t5_qxY04t050lslOCzyC6jlpGWIQ,3890
3
+ fyodorov_llm_agents/agents/base_agent.py,sha256=WrhfoGMP_--OYF5ro2RVZepcAZ8ULZlyL6-zfgH3WFc,5395
4
4
  fyodorov_llm_agents/agents/openai.py,sha256=7cJZpQBuhPW91jLFaeKhHEJ55h0Zo0KFzzl8umQAjEM,1067
5
5
  fyodorov_llm_agents/tools/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
6
  fyodorov_llm_agents/tools/tool.py,sha256=Z7JkNUElmB9dnz0zyKLU7nTPa2vwHuaSWwQcS4TKpkI,6408
7
- fyodorov_llm_agents-0.0.48.dist-info/METADATA,sha256=EDVVql93yh7ozhUH5-K9WEFu6OEr97vDScJYhOVPG2w,2001
8
- fyodorov_llm_agents-0.0.48.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
- fyodorov_llm_agents-0.0.48.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
10
- fyodorov_llm_agents-0.0.48.dist-info/RECORD,,
7
+ fyodorov_llm_agents-0.0.49.dist-info/METADATA,sha256=AgKjLxJp92IE8EmeypfpqxEqHfX3xqhadLBDmsgKyvo,2001
8
+ fyodorov_llm_agents-0.0.49.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
9
+ fyodorov_llm_agents-0.0.49.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
10
+ fyodorov_llm_agents-0.0.49.dist-info/RECORD,,