@dfm-fi/agent 0.2.703 → 0.2.707
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.
- package/README.md +12 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
1
|
+
```
|
|
2
|
+
╔══════════════════════════════════════════╗
|
|
3
|
+
║ ║
|
|
4
|
+
║ ██████ ███████ ███ ███ v2 ║
|
|
5
|
+
║ ██ ██ ██ ████ ████ ║
|
|
6
|
+
║ ██ ██ █████ ██ ████ ██ the Fund ║
|
|
7
|
+
║ ██ ██ ██ ██ ██ ██ Mgmt OS ║
|
|
8
|
+
║ ██████ ██ ██ ██ on Solana ║
|
|
9
|
+
║ ║
|
|
10
|
+
╚══════════════════════════════════════════╝
|
|
11
|
+
```
|
|
12
|
+
|
|
1
13
|
# @dfm-fi/agent — DFM v2 Agent Test Harness (MCP)
|
|
2
14
|
|
|
3
15
|
An MCP (Model Context Protocol) server that lets an external AI agent drive the
|
package/package.json
CHANGED