axe-cli 1.7.5__tar.gz → 1.7.6__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.7.5 → axe_cli-1.7.6}/PKG-INFO +17 -4
- {axe_cli-1.7.5 → axe_cli-1.7.6}/README.md +16 -3
- {axe_cli-1.7.5 → axe_cli-1.7.6}/pyproject.toml +1 -1
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/agents/default/agent.yaml +3 -3
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/auth/oauth.py +9 -3
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/auth/platforms.py +6 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/llm.py +1 -1
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/CHANGELOG.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/AGENTS.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/convert.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/kaos.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/mcp.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/server.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/session.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/tools.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/acp/types.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/agents/default/sub.yaml +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/agents/default/system.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/agents/okabe/agent.yaml +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/agentspec.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/app.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/cli/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/cli/__main__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/cli/info.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/cli/mcp.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/cli/toad.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/config.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/constant.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/exception.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/metadata.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/prompts/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/prompts/compact.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/prompts/init.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/py.typed +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/session.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/share.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/skill/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/skill/flow/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/skill/flow/d2.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/skill/flow/mermaid.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/skills/axe-cli-help/SKILL.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/skills/skill-creator/SKILL.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/agent.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/approval.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/axesoul.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/compaction.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/context.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/denwarenji.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/message.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/slash.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/soul/toolset.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/token_counter.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/AGENTS.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/auto_init.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/context.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/impact.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/index.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/prewarm.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/search.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/structure.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/axe/warm.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/display.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/dmail/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/dmail/dmail.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/glob.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/glob.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/grep.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/grep_local.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/read.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/read.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/read_media.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/read_media.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/replace.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/replace.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/utils.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/write.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/file/write.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/multiagent/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/multiagent/create.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/multiagent/create.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/multiagent/task.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/multiagent/task.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/shell/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/shell/bash.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/shell/powershell.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/test.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/think/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/think/think.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/todo/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/todo/set_todo_list.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/utils.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/web/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/web/fetch.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/web/fetch.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/web/search.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/tools/web/search.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/acp/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/print/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/print/visualize.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/console.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/debug.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/keyboard.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/oauth.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/prompt.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/replay.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/setup.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/slash.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/update.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/usage.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/ui/shell/visualize.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/aiohttp.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/aioqueue.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/broadcast.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/changelog.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/clipboard.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/datetime.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/diff.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/environment.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/envvar.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/frontmatter.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/logging.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/media_tags.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/message.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/path.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/pyinstaller.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/rich/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/rich/columns.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/rich/markdown.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/rich/markdown_sample.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/rich/markdown_sample_short.md +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/rich/syntax.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/signals.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/slashcmd.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/string.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/term.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/utils/typing.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/wire/__init__.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/wire/file.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/wire/jsonrpc.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/wire/protocol.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/wire/serde.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/src/axe_cli/wire/server.py +0 -0
- {axe_cli-1.7.5 → axe_cli-1.7.6}/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.7.
|
|
3
|
+
Version: 1.7.6
|
|
4
4
|
Summary: axe, yerrrr
|
|
5
5
|
Requires-Dist: agent-client-protocol==0.7.0
|
|
6
6
|
Requires-Dist: axe-dig
|
|
@@ -186,10 +186,11 @@ Convert all PNG images in the images directory to JPEG format, save to the outpu
|
|
|
186
186
|
|
|
187
187
|
### Install
|
|
188
188
|
```bash
|
|
189
|
-
pip install axe-cli
|
|
189
|
+
uv pip install axe-cli
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
-
###
|
|
192
|
+
### Run
|
|
193
|
+
Simply run `axe` in whatever repo you want to play with:
|
|
193
194
|
```bash
|
|
194
195
|
cd /path/to/your/project
|
|
195
196
|
axe
|
|
@@ -687,6 +688,12 @@ Flow skills can be invoked in two ways:
|
|
|
687
688
|
|
|
688
689
|
An agent defines the AI's behavior, including system prompts, available tools, and subagents. You can use built-in agents or create custom agents.
|
|
689
690
|
|
|
691
|
+
### Lethal Efficiency with Dynamic Subagents
|
|
692
|
+
|
|
693
|
+
axe isn't limited to one main agent. You can create subagents and tasks for *anything* you want.
|
|
694
|
+
|
|
695
|
+
Need a dedicated security researcher? A ruthlessly precise code reviewer? A creative copywriter? axe can create and deploy specialized subagents based on your exact requirements. These subagents help you complete tasks better, faster, and more efficiently—operating with lethal precision to divide and conquer complex workflows.
|
|
696
|
+
|
|
690
697
|
### Built-in agents
|
|
691
698
|
|
|
692
699
|
axe provides two built-in agents. You can select one at startup with the `--agent` flag:
|
|
@@ -1383,4 +1390,10 @@ AGPL-3.0 - See LICENSE file.
|
|
|
1383
1390
|
|
|
1384
1391
|
**The bottom line:** If you're building real software in large codebases, you need precision tools. Not vibe coding toys.
|
|
1385
1392
|
|
|
1386
|
-
Welcome to axe.
|
|
1393
|
+
Welcome to axe.
|
|
1394
|
+
|
|
1395
|
+
---
|
|
1396
|
+
|
|
1397
|
+
## Acknowledgements
|
|
1398
|
+
|
|
1399
|
+
Special thanks to [MoonshotAI/kimi-cli](https://github.com/MoonshotAI/kimi-cli) for their amazing work, which inspired our tools and the Kosong provider.
|
|
@@ -153,10 +153,11 @@ Convert all PNG images in the images directory to JPEG format, save to the outpu
|
|
|
153
153
|
|
|
154
154
|
### Install
|
|
155
155
|
```bash
|
|
156
|
-
pip install axe-cli
|
|
156
|
+
uv pip install axe-cli
|
|
157
157
|
```
|
|
158
158
|
|
|
159
|
-
###
|
|
159
|
+
### Run
|
|
160
|
+
Simply run `axe` in whatever repo you want to play with:
|
|
160
161
|
```bash
|
|
161
162
|
cd /path/to/your/project
|
|
162
163
|
axe
|
|
@@ -654,6 +655,12 @@ Flow skills can be invoked in two ways:
|
|
|
654
655
|
|
|
655
656
|
An agent defines the AI's behavior, including system prompts, available tools, and subagents. You can use built-in agents or create custom agents.
|
|
656
657
|
|
|
658
|
+
### Lethal Efficiency with Dynamic Subagents
|
|
659
|
+
|
|
660
|
+
axe isn't limited to one main agent. You can create subagents and tasks for *anything* you want.
|
|
661
|
+
|
|
662
|
+
Need a dedicated security researcher? A ruthlessly precise code reviewer? A creative copywriter? axe can create and deploy specialized subagents based on your exact requirements. These subagents help you complete tasks better, faster, and more efficiently—operating with lethal precision to divide and conquer complex workflows.
|
|
663
|
+
|
|
657
664
|
### Built-in agents
|
|
658
665
|
|
|
659
666
|
axe provides two built-in agents. You can select one at startup with the `--agent` flag:
|
|
@@ -1350,4 +1357,10 @@ AGPL-3.0 - See LICENSE file.
|
|
|
1350
1357
|
|
|
1351
1358
|
**The bottom line:** If you're building real software in large codebases, you need precision tools. Not vibe coding toys.
|
|
1352
1359
|
|
|
1353
|
-
Welcome to axe.
|
|
1360
|
+
Welcome to axe.
|
|
1361
|
+
|
|
1362
|
+
---
|
|
1363
|
+
|
|
1364
|
+
## Acknowledgements
|
|
1365
|
+
|
|
1366
|
+
Special thanks to [MoonshotAI/kimi-cli](https://github.com/MoonshotAI/kimi-cli) for their amazing work, which inspired our tools and the Kosong provider.
|
|
@@ -17,9 +17,9 @@ agent:
|
|
|
17
17
|
- "axe_cli.tools.file:Grep"
|
|
18
18
|
- "axe_cli.tools.file:WriteFile"
|
|
19
19
|
- "axe_cli.tools.file:StrReplaceFile"
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
# axe-dig
|
|
20
|
+
# - "axe_cli.tools.web:SearchWeb"
|
|
21
|
+
# - "axe_cli.tools.web:FetchURL"
|
|
22
|
+
# axe-dig codebase intelligence tools (auto-indexed on startup)
|
|
23
23
|
- "axe_cli.tools.axe:CodeSearch"
|
|
24
24
|
- "axe_cli.tools.axe:CodeContext"
|
|
25
25
|
- "axe_cli.tools.axe:CodeStructure"
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
+
"""
|
|
4
|
+
NOTE: This authentication module is currently valid and under active development.
|
|
5
|
+
It is designed to enable secure OAuth integration for axe-cli.
|
|
6
|
+
Soon users will be able to authenticate and use extended features.
|
|
7
|
+
"""
|
|
8
|
+
|
|
3
9
|
import asyncio
|
|
4
10
|
import json
|
|
5
11
|
import os
|
|
@@ -43,9 +49,9 @@ if TYPE_CHECKING:
|
|
|
43
49
|
from axe_cli.soul.agent import Runtime
|
|
44
50
|
|
|
45
51
|
|
|
46
|
-
AXE_CODE_CLIENT_ID = "17e5f671-d194-
|
|
52
|
+
AXE_CODE_CLIENT_ID = "17e5f671-d194-4dxxxxxxxxxb48c098"
|
|
47
53
|
AXE_CODE_OAUTH_KEY = "oauth/axe-code"
|
|
48
|
-
DEFAULT_OAUTH_HOST = "https://auth.
|
|
54
|
+
DEFAULT_OAUTH_HOST = "https://auth.srswti.com" # Placeholder - configure your own OAuth server
|
|
49
55
|
KEYRING_SERVICE = "axe-code"
|
|
50
56
|
REFRESH_INTERVAL_SECONDS = 60
|
|
51
57
|
REFRESH_THRESHOLD_SECONDS = 300
|
|
@@ -690,7 +696,7 @@ class OAuthManager:
|
|
|
690
696
|
if runtime.llm.model_config.provider != provider_key:
|
|
691
697
|
return
|
|
692
698
|
# OAuth token refresh for generic providers
|
|
693
|
-
# Note:
|
|
699
|
+
# Note: axe-specific provider removed - using standard OpenAI-compatible providers
|
|
694
700
|
logger.debug("OAuth token refreshed for provider: {provider}", provider=provider_key)
|
|
695
701
|
|
|
696
702
|
|
|
@@ -1,5 +1,11 @@
|
|
|
1
1
|
from __future__ import annotations
|
|
2
2
|
|
|
3
|
+
"""
|
|
4
|
+
NOTE: This authentication module is currently valid and under active development.
|
|
5
|
+
It is designed to enable secure OAuth integration for axe-cli.
|
|
6
|
+
Soon users will be able to authenticate and use extended features.
|
|
7
|
+
"""
|
|
8
|
+
|
|
3
9
|
import os
|
|
4
10
|
from typing import Any, NamedTuple, cast
|
|
5
11
|
|
|
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
|