solana-agent 0.0.2__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.2
3
+ Version: 0.0.3
4
4
  Summary: The Best AI Agent Framework
5
5
  License: MIT
6
6
  Keywords: ai,openai,ai agents
@@ -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.
@@ -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.2"
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