edgecrab-cli 0.2.4__tar.gz → 0.3.0__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.4
2
2
  Name: edgecrab-cli
3
- Version: 0.2.4
3
+ Version: 0.3.0
4
4
  Summary: EdgeCrab CLI — Super Powerful Personal Assistant inspired by NousHermes and OpenClaw. Single static binary, blazing-fast TUI, multi-provider LLM.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://www.edgecrab.com
@@ -27,7 +27,7 @@ Requires-Dist: pytest<9,>=8.0; extra == "dev"
27
27
  # edgecrab-cli (PyPI)
28
28
 
29
29
  > **EdgeCrab** — Super Powerful Personal Assistant inspired by **NousHermes** and **OpenClaw**.
30
- > Blazing-fast TUI · ReAct tool loop · Multi-provider LLM · ACP protocol · Single 15 MB static binary.
30
+ > Blazing-fast TUI · ReAct tool loop · Multi-provider LLM · ACP protocol · Rust-native prebuilt binary.
31
31
 
32
32
  [![PyPI](https://img.shields.io/pypi/v/edgecrab-cli.svg)](https://pypi.org/project/edgecrab-cli/)
33
33
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/raphaelmansuy/edgecrab/blob/main/LICENSE)
@@ -79,7 +79,7 @@ the reasoning depth of **NousHermes** and the tool-use power of **OpenClaw**.
79
79
 
80
80
  | Feature | Detail |
81
81
  |---------|--------|
82
- | **Single binary** | 15 MB static binary, < 50 ms startup, ~15 MB resident memory |
82
+ | **Single binary** | Self-contained prebuilt binary, < 50 ms startup, measured macOS release artifact is about 49 MB |
83
83
  | **Multi-provider LLM** | Copilot · OpenAI · Anthropic · Gemini · xAI · DeepSeek · Ollama |
84
84
  | **ReAct tool loop** | File, terminal, web search, memory, process, skill tools |
85
85
  | **ratatui TUI** | 60 fps capable terminal UI with streaming output |
@@ -1,7 +1,7 @@
1
1
  # edgecrab-cli (PyPI)
2
2
 
3
3
  > **EdgeCrab** — Super Powerful Personal Assistant inspired by **NousHermes** and **OpenClaw**.
4
- > Blazing-fast TUI · ReAct tool loop · Multi-provider LLM · ACP protocol · Single 15 MB static binary.
4
+ > Blazing-fast TUI · ReAct tool loop · Multi-provider LLM · ACP protocol · Rust-native prebuilt binary.
5
5
 
6
6
  [![PyPI](https://img.shields.io/pypi/v/edgecrab-cli.svg)](https://pypi.org/project/edgecrab-cli/)
7
7
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/raphaelmansuy/edgecrab/blob/main/LICENSE)
@@ -53,7 +53,7 @@ the reasoning depth of **NousHermes** and the tool-use power of **OpenClaw**.
53
53
 
54
54
  | Feature | Detail |
55
55
  |---------|--------|
56
- | **Single binary** | 15 MB static binary, < 50 ms startup, ~15 MB resident memory |
56
+ | **Single binary** | Self-contained prebuilt binary, < 50 ms startup, measured macOS release artifact is about 49 MB |
57
57
  | **Multi-provider LLM** | Copilot · OpenAI · Anthropic · Gemini · xAI · DeepSeek · Ollama |
58
58
  | **ReAct tool loop** | File, terminal, web search, memory, process, skill tools |
59
59
  | **ratatui TUI** | 60 fps capable terminal UI with streaming output |
@@ -0,0 +1 @@
1
+ __version__ = "0.3.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: edgecrab-cli
3
- Version: 0.2.4
3
+ Version: 0.3.0
4
4
  Summary: EdgeCrab CLI — Super Powerful Personal Assistant inspired by NousHermes and OpenClaw. Single static binary, blazing-fast TUI, multi-provider LLM.
5
5
  License: MIT
6
6
  Project-URL: Homepage, https://www.edgecrab.com
@@ -27,7 +27,7 @@ Requires-Dist: pytest<9,>=8.0; extra == "dev"
27
27
  # edgecrab-cli (PyPI)
28
28
 
29
29
  > **EdgeCrab** — Super Powerful Personal Assistant inspired by **NousHermes** and **OpenClaw**.
30
- > Blazing-fast TUI · ReAct tool loop · Multi-provider LLM · ACP protocol · Single 15 MB static binary.
30
+ > Blazing-fast TUI · ReAct tool loop · Multi-provider LLM · ACP protocol · Rust-native prebuilt binary.
31
31
 
32
32
  [![PyPI](https://img.shields.io/pypi/v/edgecrab-cli.svg)](https://pypi.org/project/edgecrab-cli/)
33
33
  [![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/raphaelmansuy/edgecrab/blob/main/LICENSE)
@@ -79,7 +79,7 @@ the reasoning depth of **NousHermes** and the tool-use power of **OpenClaw**.
79
79
 
80
80
  | Feature | Detail |
81
81
  |---------|--------|
82
- | **Single binary** | 15 MB static binary, < 50 ms startup, ~15 MB resident memory |
82
+ | **Single binary** | Self-contained prebuilt binary, < 50 ms startup, measured macOS release artifact is about 49 MB |
83
83
  | **Multi-provider LLM** | Copilot · OpenAI · Anthropic · Gemini · xAI · DeepSeek · Ollama |
84
84
  | **ReAct tool loop** | File, terminal, web search, memory, process, skill tools |
85
85
  | **ratatui TUI** | 60 fps capable terminal UI with streaming output |
@@ -1 +0,0 @@
1
- __version__ = "0.2.4"
File without changes