solana-agent 0.0.1__tar.gz → 0.0.3__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: solana-agent
3
- Version: 0.0.1
3
+ Version: 0.0.3
4
4
  Summary: The Best AI Agent Framework
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents
@@ -61,7 +61,7 @@ pip install solana-agent
61
61
  Here's a basic example of how to use Solana Agent:
62
62
 
63
63
  ```python
64
- from solana-agent import AI, SQLiteDatabase
64
+ from solana_agent import AI, SQLiteDatabase
65
65
 
66
66
  async def main():
67
67
  database = SQLiteDatabase("conversations.db")
@@ -77,6 +77,10 @@ import asyncio
77
77
  asyncio.run(main())
78
78
  ```
79
79
 
80
+ ## Production Apps
81
+ * [Solana Agent](https://solana-agent.com) - AI Market Intelligence
82
+ * [CometHeart](https://cometheart.com) - AI Companion
83
+
80
84
  ## Contributing
81
85
 
82
86
  Contributions to Solana Agent are welcome! Please feel free to submit a Pull Request.
@@ -34,7 +34,7 @@ pip install solana-agent
34
34
  Here's a basic example of how to use Solana Agent:
35
35
 
36
36
  ```python
37
- from solana-agent import AI, SQLiteDatabase
37
+ from solana_agent import AI, SQLiteDatabase
38
38
 
39
39
  async def main():
40
40
  database = SQLiteDatabase("conversations.db")
@@ -50,6 +50,10 @@ import asyncio
50
50
  asyncio.run(main())
51
51
  ```
52
52
 
53
+ ## Production Apps
54
+ * [Solana Agent](https://solana-agent.com) - AI Market Intelligence
55
+ * [CometHeart](https://cometheart.com) - AI Companion
56
+
53
57
  ## Contributing
54
58
 
55
59
  Contributions to Solana Agent are welcome! Please feel free to submit a Pull Request.
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "solana-agent"
3
- version = "0.0.1"
3
+ version = "0.0.3"
4
4
  description = "The Best AI Agent Framework"
5
5
  authors = ["Bevan Hunt <bevan@bevanhunt.com>"]
6
6
  license = "MIT"
File without changes