fyodorov-llm-agents 0.2.76__py3-none-any.whl → 0.2.78__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.76.dist-info → fyodorov_llm_agents-0.2.78.dist-info}/METADATA +1 -1
- fyodorov_llm_agents-0.2.78.dist-info/RECORD +7 -0
- fyodorov_llm_agents-0.2.76.dist-info/RECORD +0 -7
- {fyodorov_llm_agents-0.2.76.dist-info → fyodorov_llm_agents-0.2.78.dist-info}/WHEEL +0 -0
- {fyodorov_llm_agents-0.2.76.dist-info → fyodorov_llm_agents-0.2.78.dist-info}/top_level.txt +0 -0
@@ -213,6 +213,8 @@ class Agent(BaseModel):
|
|
213
213
|
yield result.encode()
|
214
214
|
|
215
215
|
def call_with_fn_calling(self, prompt: str = "", input: str = "", temperature: float = 0.0):
|
216
|
+
# Set environmental variable
|
217
|
+
os.environ['OPENAI_API_KEY'] = self.api_key
|
216
218
|
messages: [] = [
|
217
219
|
{"content": prompt, "role": "system"},
|
218
220
|
{ "content": input, "role": "user"},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: fyodorov_llm_agents
|
3
|
-
Version: 0.2.
|
3
|
+
Version: 0.2.78
|
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=_TDsqOqMJRmXhfaesIbWyn5XDywFLiEXoXbCGMVNjjs,13772
|
2
|
+
fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
|
3
|
+
fyodorov_llm_agents/tools/tool.py,sha256=hdR_AAfPaKs6stTPfkP4Q_yDrqtbl8U3KDDDRYZ2zu8,6694
|
4
|
+
fyodorov_llm_agents-0.2.78.dist-info/METADATA,sha256=_bt0IeiKw-6h0ADjVW0Ris1llUszCy-fxF9cY1OJxV0,551
|
5
|
+
fyodorov_llm_agents-0.2.78.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
6
|
+
fyodorov_llm_agents-0.2.78.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
7
|
+
fyodorov_llm_agents-0.2.78.dist-info/RECORD,,
|
@@ -1,7 +0,0 @@
|
|
1
|
-
fyodorov_llm_agents/agents/agent.py,sha256=C3-hvurorRXQWIY6RtToUJ3y3VYGs6Fc8QkYRmMADiA,13683
|
2
|
-
fyodorov_llm_agents/agents/openai.py,sha256=FA5RS7yn3JwvFA8PXju60XSYC_2oUZFNgBUzeIYtGv0,1154
|
3
|
-
fyodorov_llm_agents/tools/tool.py,sha256=hdR_AAfPaKs6stTPfkP4Q_yDrqtbl8U3KDDDRYZ2zu8,6694
|
4
|
-
fyodorov_llm_agents-0.2.76.dist-info/METADATA,sha256=pZXq53cm5f4uMHbBdIgzCuNbZE7AZ5gY8ZNhmCQr3us,551
|
5
|
-
fyodorov_llm_agents-0.2.76.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
6
|
-
fyodorov_llm_agents-0.2.76.dist-info/top_level.txt,sha256=4QOslsBp8Gh7ng25DceA7fHp4KguTIdAxwURz97gH-g,20
|
7
|
-
fyodorov_llm_agents-0.2.76.dist-info/RECORD,,
|
File without changes
|
File without changes
|