solana-agent 1.4.0__tar.gz → 1.4.1__tar.gz
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.
- {solana_agent-1.4.0 → solana_agent-1.4.1}/PKG-INFO +2 -2
- {solana_agent-1.4.0 → solana_agent-1.4.1}/README.md +1 -1
- {solana_agent-1.4.0 → solana_agent-1.4.1}/pyproject.toml +1 -1
- {solana_agent-1.4.0 → solana_agent-1.4.1}/LICENSE +0 -0
- {solana_agent-1.4.0 → solana_agent-1.4.1}/solana_agent/__init__.py +0 -0
- {solana_agent-1.4.0 → solana_agent-1.4.1}/solana_agent/ai.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: solana-agent
|
|
3
|
-
Version: 1.4.
|
|
3
|
+
Version: 1.4.1
|
|
4
4
|
Summary: Build self-learning AI Agents
|
|
5
5
|
License: MIT
|
|
6
6
|
Keywords: ai,openai,ai agents
|
|
@@ -68,7 +68,7 @@ Unlike traditional AI assistants that forget conversations after each session, S
|
|
|
68
68
|
- Conversational message history using MongoDB (on-prem or hosted)
|
|
69
69
|
- Knowledge Base (KB) using Pinecone with reranking by Cohere - available globally or user-specific
|
|
70
70
|
- File uploading and searching using OpenAI like for PDFs
|
|
71
|
-
- Upload
|
|
71
|
+
- Upload CSVs to be processed into summary reports and stored in the Knowledge Base (KB) using Gemini
|
|
72
72
|
- Comprehensive reasoning combining multiple data sources
|
|
73
73
|
|
|
74
74
|
## Why Choose Solana Agent Over LangChain?
|
|
@@ -39,7 +39,7 @@ Unlike traditional AI assistants that forget conversations after each session, S
|
|
|
39
39
|
- Conversational message history using MongoDB (on-prem or hosted)
|
|
40
40
|
- Knowledge Base (KB) using Pinecone with reranking by Cohere - available globally or user-specific
|
|
41
41
|
- File uploading and searching using OpenAI like for PDFs
|
|
42
|
-
- Upload
|
|
42
|
+
- Upload CSVs to be processed into summary reports and stored in the Knowledge Base (KB) using Gemini
|
|
43
43
|
- Comprehensive reasoning combining multiple data sources
|
|
44
44
|
|
|
45
45
|
## Why Choose Solana Agent Over LangChain?
|
|
File without changes
|
|
File without changes
|
|
File without changes
|