@abacus-ai/cli 2.0.0-canary.9 → 2.0.1
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 +25 -0
- package/dist/index.mjs +281 -281
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
<div id="abacusai-logo" align="center">
|
|
2
|
+
<br />
|
|
3
|
+
<img src="https://raw.githubusercontent.com/abacusai/codellm-releases/refs/heads/main/icons/codellm.svg" alt="AbacusAI Logo" width="200"/>
|
|
4
|
+
<h1>AbacusAI CLI</h1>
|
|
5
|
+
<h4>Your All-In-One AI Platform</h4>
|
|
6
|
+
</div>
|
|
7
|
+
|
|
8
|
+
<br/>
|
|
9
|
+
|
|
10
|
+
<div align="center">
|
|
11
|
+
|
|
12
|
+
AbacusAI's powerful CLI AI assistant with agentic browsing, listening, and coding capabilities.
|
|
13
|
+
Automate all your work with state of the art AI and the most powerful agent in the world.
|
|
14
|
+
|
|
15
|
+
[![Get Started Here]][GetStarted]
|
|
16
|
+
|
|
17
|
+
https://desktop.abacus.ai/
|
|
18
|
+
|
|
19
|
+
</div>
|
|
20
|
+
|
|
21
|
+
<br/>
|
|
22
|
+
<br/>
|
|
23
|
+
|
|
24
|
+
[Get Started Here]: https://img.shields.io/badge/Get_Started_Here-3391ed?style=for-the-badge
|
|
25
|
+
[GetStarted]: https://desktop.abacus.ai/
|