axe-cli 1.8.1__tar.gz → 1.8.2__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.
- {axe_cli-1.8.1 → axe_cli-1.8.2}/PKG-INFO +24 -2
- {axe_cli-1.8.1 → axe_cli-1.8.2}/README.md +23 -1
- {axe_cli-1.8.1 → axe_cli-1.8.2}/pyproject.toml +1 -1
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/agents/default/system.md +1 -1
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/CHANGELOG.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/README.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/AGENTS.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/convert.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/kaos.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/mcp.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/server.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/session.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/tools.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/acp/types.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/agents/README.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/agents/default/agent.yaml +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/agents/default/sub.yaml +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/agents/okabe/agent.yaml +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/agentspec.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/app.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/auth/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/auth/oauth.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/auth/platforms.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/cli/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/cli/__main__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/cli/info.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/cli/mcp.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/cli/toad.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/config.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/constant.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/exception.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/llm.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/metadata.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/prompts/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/prompts/compact.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/prompts/init.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/py.typed +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/session.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/share.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/skill/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/skill/flow/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/skill/flow/d2.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/skill/flow/mermaid.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/skills/README.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/skills/axe-cli-help/SKILL.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/skills/skill-creator/SKILL.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/agent.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/approval.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/axesoul.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/compaction.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/context.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/denwarenji.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/message.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/slash.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/soul/toolset.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/token_counter.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/AGENTS.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/README.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/auto_init.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/context.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/impact.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/index.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/prewarm.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/search.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/structure.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/axe/warm.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/display.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/dmail/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/dmail/dmail.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/glob.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/glob.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/grep.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/grep_local.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/read.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/read.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/read_media.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/read_media.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/replace.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/replace.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/utils.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/write.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/file/write.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/multiagent/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/multiagent/create.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/multiagent/create.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/multiagent/task.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/multiagent/task.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/shell/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/shell/bash.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/shell/powershell.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/test.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/think/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/think/think.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/todo/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/todo/set_todo_list.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/utils.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/web/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/web/fetch.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/web/fetch.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/web/search.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/tools/web/search.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/acp/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/print/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/print/visualize.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/console.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/debug.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/keyboard.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/oauth.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/prompt.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/replay.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/setup.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/slash.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/update.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/usage.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/ui/shell/visualize.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/aiohttp.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/aioqueue.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/broadcast.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/changelog.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/clipboard.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/datetime.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/diff.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/environment.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/envvar.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/frontmatter.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/logging.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/media_tags.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/message.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/path.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/pyinstaller.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/rich/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/rich/columns.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/rich/markdown.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/rich/markdown_sample.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/rich/markdown_sample_short.md +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/rich/syntax.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/signals.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/slashcmd.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/string.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/term.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/utils/typing.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/wire/__init__.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/wire/file.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/wire/jsonrpc.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/wire/protocol.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/wire/serde.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/wire/server.py +0 -0
- {axe_cli-1.8.1 → axe_cli-1.8.2}/src/axe_cli/wire/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: axe-cli
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.2
|
|
4
4
|
Summary: axe, yerrrr
|
|
5
5
|
Requires-Dist: agent-client-protocol==0.7.0
|
|
6
6
|
Requires-Dist: axe-dig
|
|
@@ -50,7 +50,9 @@ axe is an agent that runs in your terminal, helping you ship production code fas
|
|
|
50
50
|
- **Architecture exploration** in unfamiliar codebases where grep won't cut it
|
|
51
51
|
|
|
52
52
|
Hit **Ctrl+X** to toggle between axe and your normal shell. No context switching. No juggling terminals.
|
|
53
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_sample_Demo_zai.gif
|
|
53
54
|
|
|
55
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_axe_sample_toggle_shell.gif
|
|
54
56
|
---
|
|
55
57
|
|
|
56
58
|
## Why axe exists
|
|
@@ -65,6 +67,12 @@ Hit **Ctrl+X** to toggle between axe and your normal shell. No context switching
|
|
|
65
67
|
|
|
66
68
|
**Stop burning context windows. Start shipping features.**
|
|
67
69
|
|
|
70
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_init_axe.gif
|
|
71
|
+
|
|
72
|
+
here you xan see how how call flow tracker works, both were able to find the context , but not only the right side axe dig impelmenation used 3 times less tokens overlal but it also found the call graphs for that decorator used on tracer functions, thread safe depth trakaicng but also was able to explain it much intuive becasue of its overall context about how the fucntion using this decorator work. unlike the one on the left qhih had to read the whole file after jsut grepping the call flow tracer literal strings to get the context using 44000 tokens compared to axe implemnatioons of 17k tokens.
|
|
73
|
+
|
|
74
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_explain_dig.gif
|
|
75
|
+
|
|
68
76
|
Your codebase is 100,000 lines. Claude can read ~200,000 tokens. Math says you're already in trouble.
|
|
69
77
|
|
|
70
78
|
| Approach | Tokens Used | What You Get |
|
|
@@ -89,6 +97,7 @@ Not every question needs full program analysis. Pick the layer that matches your
|
|
|
89
97
|
└─────────────────────────────────────────────────────────────┘
|
|
90
98
|
```
|
|
91
99
|
|
|
100
|
+
|
|
92
101
|
**Try it yourself on this codebase:**
|
|
93
102
|
|
|
94
103
|
```bash
|
|
@@ -125,6 +134,16 @@ chop impact TokenCounter src/axe_cli/
|
|
|
125
134
|
|
|
126
135
|
#### Semantic Search: Find Code by Behavior
|
|
127
136
|
|
|
137
|
+
Here you can see how we took a sample cli agent with bas edit grep wrtie and shell on the left and on the right with axe as tools-- you will how much better it perfroms. for demo purposes we are showing a basic minimal. impelmenation of cli agents and also how even a simple agent with axe-dig tools jsut boost performance, and reduce token usage by lethacl precise search for large codebases.
|
|
138
|
+
|
|
139
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_comparison.gif
|
|
140
|
+
|
|
141
|
+
and then you will see the exponeential fall of llms wher eif they start wrong, they infer wrong, and as you can see i continued the conversation about callerinfromation and since the axe code implemenation on the right had more context and better understanding-- it was even more precise and lethal with followup questions. so not only axe optimsied for token savings-- it optimises for wha tthe code actually doies and how it flows:
|
|
142
|
+
|
|
143
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_Entire screen 2-1-2026 21-27-28.gif
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
128
147
|
Traditional search finds syntax. axe-dig semantic search finds **what code does** based on call graphs and structure.
|
|
129
148
|
|
|
130
149
|
```bash
|
|
@@ -187,6 +206,9 @@ axe # In your project directory
|
|
|
187
206
|
# 100ms, not 30s per query
|
|
188
207
|
```
|
|
189
208
|
|
|
209
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_sample_Demo_zai.gif
|
|
210
|
+
|
|
211
|
+
|
|
190
212
|
**Incremental updates:** When you edit one function, axe-dig doesn't re-analyze the entire codebase. Content-hash-based caching with automatic dependency tracking means 10x faster incremental updates.
|
|
191
213
|
|
|
192
214
|
**What's stored:** The daemon keeps call graphs, complexity metrics, and semantic embeddings in `.dig/cache/`. A typical project generates ~10MB of indexes that load into RAM in \u003c1 second. See [full cache structure](docs/AXE-DIG.md#cache-structure) for details.
|
|
@@ -306,7 +328,7 @@ Exclusive models trained/optimized for Bodega Inference Engine. axe includes **z
|
|
|
306
328
|
#### Raptor Series
|
|
307
329
|
Ultra-compact reasoning models designed for efficiency and edge deployment. **Super light**, amazing agentic coding capabilities, robust tool support, minimal memory footprint.
|
|
308
330
|
|
|
309
|
-
- [🤗 **bodega-raptor-0.9b**](https://huggingface.co/srswti/bodega-raptor-0.9b) - 900M params. Runs on
|
|
331
|
+
- [🤗 **bodega-raptor-0.9b**](https://huggingface.co/srswti/bodega-raptor-0.9b) - 900M params. Runs on base m4 air with 100+ tok/s.
|
|
310
332
|
- [🤗 **bodega-raptor-90m**](https://huggingface.co/srswti/bodega-raptor-90m) - Extreme edge variant. Sub-100M params for amazing tool calling.
|
|
311
333
|
- [🤗 **bodega-raptor-1b-reasoning-opus4.5-distill**](https://huggingface.co/srswti/bodega-raptor-1b-reasoning-opus4.5-distill) - Distilled from Claude Opus 4.5 reasoning patterns.
|
|
312
334
|
- [🤗 **bodega-raptor-8b-mxfp4**](https://huggingface.co/srswti/bodega-raptor-8b-mxfp4) - Balanced power/performance for laptops.
|
|
@@ -17,7 +17,9 @@ axe is an agent that runs in your terminal, helping you ship production code fas
|
|
|
17
17
|
- **Architecture exploration** in unfamiliar codebases where grep won't cut it
|
|
18
18
|
|
|
19
19
|
Hit **Ctrl+X** to toggle between axe and your normal shell. No context switching. No juggling terminals.
|
|
20
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_sample_Demo_zai.gif
|
|
20
21
|
|
|
22
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_axe_sample_toggle_shell.gif
|
|
21
23
|
---
|
|
22
24
|
|
|
23
25
|
## Why axe exists
|
|
@@ -32,6 +34,12 @@ Hit **Ctrl+X** to toggle between axe and your normal shell. No context switching
|
|
|
32
34
|
|
|
33
35
|
**Stop burning context windows. Start shipping features.**
|
|
34
36
|
|
|
37
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_init_axe.gif
|
|
38
|
+
|
|
39
|
+
here you xan see how how call flow tracker works, both were able to find the context , but not only the right side axe dig impelmenation used 3 times less tokens overlal but it also found the call graphs for that decorator used on tracer functions, thread safe depth trakaicng but also was able to explain it much intuive becasue of its overall context about how the fucntion using this decorator work. unlike the one on the left qhih had to read the whole file after jsut grepping the call flow tracer literal strings to get the context using 44000 tokens compared to axe implemnatioons of 17k tokens.
|
|
40
|
+
|
|
41
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_explain_dig.gif
|
|
42
|
+
|
|
35
43
|
Your codebase is 100,000 lines. Claude can read ~200,000 tokens. Math says you're already in trouble.
|
|
36
44
|
|
|
37
45
|
| Approach | Tokens Used | What You Get |
|
|
@@ -56,6 +64,7 @@ Not every question needs full program analysis. Pick the layer that matches your
|
|
|
56
64
|
└─────────────────────────────────────────────────────────────┘
|
|
57
65
|
```
|
|
58
66
|
|
|
67
|
+
|
|
59
68
|
**Try it yourself on this codebase:**
|
|
60
69
|
|
|
61
70
|
```bash
|
|
@@ -92,6 +101,16 @@ chop impact TokenCounter src/axe_cli/
|
|
|
92
101
|
|
|
93
102
|
#### Semantic Search: Find Code by Behavior
|
|
94
103
|
|
|
104
|
+
Here you can see how we took a sample cli agent with bas edit grep wrtie and shell on the left and on the right with axe as tools-- you will how much better it perfroms. for demo purposes we are showing a basic minimal. impelmenation of cli agents and also how even a simple agent with axe-dig tools jsut boost performance, and reduce token usage by lethacl precise search for large codebases.
|
|
105
|
+
|
|
106
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_comparison.gif
|
|
107
|
+
|
|
108
|
+
and then you will see the exponeential fall of llms wher eif they start wrong, they infer wrong, and as you can see i continued the conversation about callerinfromation and since the axe code implemenation on the right had more context and better understanding-- it was even more precise and lethal with followup questions. so not only axe optimsied for token savings-- it optimises for wha tthe code actually doies and how it flows:
|
|
109
|
+
|
|
110
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_Entire screen 2-1-2026 21-27-28.gif
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
95
114
|
Traditional search finds syntax. axe-dig semantic search finds **what code does** based on call graphs and structure.
|
|
96
115
|
|
|
97
116
|
```bash
|
|
@@ -154,6 +173,9 @@ axe # In your project directory
|
|
|
154
173
|
# 100ms, not 30s per query
|
|
155
174
|
```
|
|
156
175
|
|
|
176
|
+
/Users/rohit/proejct/axe-cli/assets/axe_gif_sample_Demo_zai.gif
|
|
177
|
+
|
|
178
|
+
|
|
157
179
|
**Incremental updates:** When you edit one function, axe-dig doesn't re-analyze the entire codebase. Content-hash-based caching with automatic dependency tracking means 10x faster incremental updates.
|
|
158
180
|
|
|
159
181
|
**What's stored:** The daemon keeps call graphs, complexity metrics, and semantic embeddings in `.dig/cache/`. A typical project generates ~10MB of indexes that load into RAM in \u003c1 second. See [full cache structure](docs/AXE-DIG.md#cache-structure) for details.
|
|
@@ -273,7 +295,7 @@ Exclusive models trained/optimized for Bodega Inference Engine. axe includes **z
|
|
|
273
295
|
#### Raptor Series
|
|
274
296
|
Ultra-compact reasoning models designed for efficiency and edge deployment. **Super light**, amazing agentic coding capabilities, robust tool support, minimal memory footprint.
|
|
275
297
|
|
|
276
|
-
- [🤗 **bodega-raptor-0.9b**](https://huggingface.co/srswti/bodega-raptor-0.9b) - 900M params. Runs on
|
|
298
|
+
- [🤗 **bodega-raptor-0.9b**](https://huggingface.co/srswti/bodega-raptor-0.9b) - 900M params. Runs on base m4 air with 100+ tok/s.
|
|
277
299
|
- [🤗 **bodega-raptor-90m**](https://huggingface.co/srswti/bodega-raptor-90m) - Extreme edge variant. Sub-100M params for amazing tool calling.
|
|
278
300
|
- [🤗 **bodega-raptor-1b-reasoning-opus4.5-distill**](https://huggingface.co/srswti/bodega-raptor-1b-reasoning-opus4.5-distill) - Distilled from Claude Opus 4.5 reasoning patterns.
|
|
279
301
|
- [🤗 **bodega-raptor-8b-mxfp4**](https://huggingface.co/srswti/bodega-raptor-8b-mxfp4) - Balanced power/performance for laptops.
|
|
@@ -23,7 +23,7 @@ When responding to the user, you MUST use the SAME language as the user, unless
|
|
|
23
23
|
The codebase is automatically indexed on startup using axe-dig. When searching for code, **Grep** is **MOST PREFERABLE** for exact results, but **CodeSearch** can be used alongside it to form a **POWERFUL COMBINATION** of semantic and exact search.
|
|
24
24
|
|
|
25
25
|
**Recommended workflow for code tasks:**
|
|
26
|
-
1. **Grep** - PREFERRED. Use this first to find code locations.
|
|
26
|
+
1. **Grep** - PREFERRED. Use this first to find code locations. + Use CodeSeach heavily always in combination when semantic discovery is needed.
|
|
27
27
|
2. **CodeSearch** - Use in combination with Grep for semantic discovery.
|
|
28
28
|
3. **CodeImpact** - Understand the function and shows all callers and dependencies, for refactoring (if needed)
|
|
29
29
|
4. **StrReplaceFile** - Make precise edits
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|