fyodorov-llm-agents 0.2.140__py3-none-any.whl → 0.2.142__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.
- fyodorov_llm_agents/agents/agent.py +2 -0
- {fyodorov_llm_agents-0.2.140.dist-info → fyodorov_llm_agents-0.2.142.dist-info}/METADATA +1 -1
- fyodorov_llm_agents-0.2.142.dist-info/RECORD +8 -0
- fyodorov_llm_agents-0.2.140.dist-info/RECORD +0 -8
- {fyodorov_llm_agents-0.2.140.dist-info → fyodorov_llm_agents-0.2.142.dist-info}/WHEEL +0 -0
- {fyodorov_llm_agents-0.2.140.dist-info → fyodorov_llm_agents-0.2.142.dist-info}/top_level.txt +0 -0
@@ -6,9 +6,11 @@ import threading
|
|
6
6
|
import json
|
7
7
|
import yaml
|
8
8
|
from pydantic import BaseModel, HttpUrl
|
9
|
+
from typing import Optional
|
9
10
|
from openai import OpenAI as oai
|
10
11
|
import litellm
|
11
12
|
from fyodorov_llm_agents.tools.mcp_tool import MCPTool as Tool
|
13
|
+
from datetime import datetime
|
12
14
|
|
13
15
|
MAX_NAME_LENGTH = 80
|
14
16
|
MAX_DESCRIPTION_LENGTH = 280
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: fyodorov_llm_agents
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.142
|
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,8 @@
|
|
1
|
+
fyodorov_llm_agents/agents/agent.py,sha256=vJSd4mCRsIpSFFtwbelOi8MqOK8nVjBiKCiDh4JtQJU,6816
|
2
|
+
fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
|
3
|
+
fyodorov_llm_agents/tools/mcp_tool.py,sha256=QRKtja2tYcmcNYFL-1bXfYLo0w7FPSmBCJCgTDmiUYE,3197
|
4
|
+
fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
|
5
|
+
fyodorov_llm_agents-0.2.142.dist-info/METADATA,sha256=DANUN2sYKQpID8hXYQSXTbQLcxFdCnG2v3BiekkF0Oc,552
|
6
|
+
fyodorov_llm_agents-0.2.142.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
7
|
+
fyodorov_llm_agents-0.2.142.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
8
|
+
fyodorov_llm_agents-0.2.142.dist-info/RECORD,,
|
@@ -1,8 +0,0 @@
|
|
1
|
-
fyodorov_llm_agents/agents/agent.py,sha256=jC-xHJFcCKcCpgF4oL0tWEIwg4fYPf5E0TQnUP2NL6w,6758
|
2
|
-
fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
|
3
|
-
fyodorov_llm_agents/tools/mcp_tool.py,sha256=QRKtja2tYcmcNYFL-1bXfYLo0w7FPSmBCJCgTDmiUYE,3197
|
4
|
-
fyodorov_llm_agents/tools/tool.py,sha256=HyOk0X_3XE23sa8J-8UZx657tJ0sxwZWMbA4OPxXU6E,7940
|
5
|
-
fyodorov_llm_agents-0.2.140.dist-info/METADATA,sha256=Rc_5DnBA3HjdhquMqh8zE3JQogrUhDp5LUQZwIoa4rM,552
|
6
|
-
fyodorov_llm_agents-0.2.140.dist-info/WHEEL,sha256=lTU6B6eIfYoiQJTZNc-fyaR6BpL6ehTzU3xGYxn2n8k,91
|
7
|
-
fyodorov_llm_agents-0.2.140.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
8
|
-
fyodorov_llm_agents-0.2.140.dist-info/RECORD,,
|
File without changes
|
{fyodorov_llm_agents-0.2.140.dist-info → fyodorov_llm_agents-0.2.142.dist-info}/top_level.txt
RENAMED
File without changes
|