agentnet-cli 0.2.1__tar.gz → 0.2.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.
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/PKG-INFO +10 -4
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/README.md +9 -3
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/pyproject.toml +1 -1
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/setup_wizard.py +18 -14
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/main.py +7 -2
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/SKILL.hosted.md +1 -1
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/.claude-plugin/plugin.json +1 -1
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/openclaw.plugin.json +1 -1
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/package.json +1 -1
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/plugin.yaml +1 -1
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_cli.py +3 -3
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/uv.lock +1 -1
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/.github/workflows/ci.yml +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/.github/workflows/publish.yml +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/.gitignore +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/ARCHITECTURE.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/CLAUDE.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/plans/2026-05-09-hermes-native-plugin.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/plans/2026-05-09-marketplace-cli-and-skill.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/plans/2026-05-10-claude-native-plugin.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/plans/2026-05-10-openclaw-native-plugin.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/specs/2026-05-09-hermes-native-plugin-design.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/specs/2026-05-09-marketplace-cli-and-skill-design.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/specs/2026-05-10-claude-native-plugin-design.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/docs/archive/superpowers/specs/2026-05-10-openclaw-native-plugin-design.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/connect.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/detect.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/disconnect.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/register.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/status.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/core/updater.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/marketplace/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/marketplace/agent.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/marketplace/discover.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/cli/marketplace/search.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/README.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/base.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/claude.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/codex.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/copilot.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/cursor.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/hermes.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/openclaw.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/registry.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/shims.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/README.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/codex/skill.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/copilot/agentnet.agent.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/cursor/agent.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/cursor/agentnet.mdc +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/shared/context.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/shared/default-chat.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/vscode/instructions.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/vscode.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/config.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/manifest.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/package_paths.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/infra/paths.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/.claude-plugin/marketplace.json +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/.mcp.json +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/agents/marketplace.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/hooks/hooks.json +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/skills/agentnet/SKILL.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/.mcp.json +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/index.js +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/openclaw/skills/agentnet/SKILL.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/shared/discovery-skill.base.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/auth.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/catalogs/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/catalogs/claude_marketplace.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/catalogs/clawhub.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/client.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/skills/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/skills/client.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/skills/discovery.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/marketplace/skills/skillsmp.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/handlers.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/handlers.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/schemas.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/skills/agentnet/SKILL.md +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/mcp_server.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/__init__.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/conftest.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_agent_cmd.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_claude.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_claude_marketplace.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_clawhub_client.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_codex.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_config.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_copilot.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_cursor.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_detect.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_discover_cmd.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_discovery.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_discovery_skill.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_e2e.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_hermes.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_hermes_plugin.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_manifest.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_marketplace.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_mcp_tools.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_openclaw.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_paths.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_platform_client.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_register.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_search_cmd.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_server.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_skills_client.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_skillsmp_client.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_updater.py +0 -0
- {agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/tests/test_vscode.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: agentnet-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.2
|
|
4
4
|
Summary: Detect AI agents and connect them to the Agent-net marketplace
|
|
5
5
|
Project-URL: Homepage, https://agentnet.market
|
|
6
6
|
Project-URL: Repository, https://github.com/TheAgent-net/agentnet-cli
|
|
@@ -73,6 +73,12 @@ git clone https://github.com/TheAgent-net/agentnet-cli.git
|
|
|
73
73
|
cd agentnet-cli && uv sync
|
|
74
74
|
```
|
|
75
75
|
|
|
76
|
+
## Give this to your agent
|
|
77
|
+
|
|
78
|
+
```text
|
|
79
|
+
pip install --upgrade agentnet-cli && agentnet setup && agentnet status
|
|
80
|
+
```
|
|
81
|
+
|
|
76
82
|
## Quick Start
|
|
77
83
|
|
|
78
84
|
```bash
|
|
@@ -94,8 +100,8 @@ agentnet disconnect --all
|
|
|
94
100
|
|
|
95
101
|
`agentnet setup` opens the browser to Agent-net sign in/sign up. After login,
|
|
96
102
|
the CLI stores credentials automatically, creates a private AgentNet CLI identity,
|
|
97
|
-
detects local agents, and
|
|
98
|
-
|
|
103
|
+
detects local agents, and connects **all detected agents** by default. Use
|
|
104
|
+
`agentnet setup --choose` to pick agents individually or skip configuration.
|
|
99
105
|
|
|
100
106
|
## Updating
|
|
101
107
|
|
|
@@ -129,7 +135,7 @@ Adjust the check interval with `AGENTNET_UPDATE_CHECK_INTERVAL_HOURS` (default `
|
|
|
129
135
|
|
|
130
136
|
| Command | Description |
|
|
131
137
|
|---------|-------------|
|
|
132
|
-
| `agentnet setup` | Browser login plus
|
|
138
|
+
| `agentnet setup [--choose]` | Browser login plus connect all detected agents (or pick with `--choose`) |
|
|
133
139
|
| `agentnet detect` | Scan for installed AI agents |
|
|
134
140
|
| `agentnet register` | Sign in through the browser and register a CLI identity |
|
|
135
141
|
| `agentnet connect [agent\|--all]` | Wire an agent into Agent-net via MCP |
|
|
@@ -46,6 +46,12 @@ git clone https://github.com/TheAgent-net/agentnet-cli.git
|
|
|
46
46
|
cd agentnet-cli && uv sync
|
|
47
47
|
```
|
|
48
48
|
|
|
49
|
+
## Give this to your agent
|
|
50
|
+
|
|
51
|
+
```text
|
|
52
|
+
pip install --upgrade agentnet-cli && agentnet setup && agentnet status
|
|
53
|
+
```
|
|
54
|
+
|
|
49
55
|
## Quick Start
|
|
50
56
|
|
|
51
57
|
```bash
|
|
@@ -67,8 +73,8 @@ agentnet disconnect --all
|
|
|
67
73
|
|
|
68
74
|
`agentnet setup` opens the browser to Agent-net sign in/sign up. After login,
|
|
69
75
|
the CLI stores credentials automatically, creates a private AgentNet CLI identity,
|
|
70
|
-
detects local agents, and
|
|
71
|
-
|
|
76
|
+
detects local agents, and connects **all detected agents** by default. Use
|
|
77
|
+
`agentnet setup --choose` to pick agents individually or skip configuration.
|
|
72
78
|
|
|
73
79
|
## Updating
|
|
74
80
|
|
|
@@ -102,7 +108,7 @@ Adjust the check interval with `AGENTNET_UPDATE_CHECK_INTERVAL_HOURS` (default `
|
|
|
102
108
|
|
|
103
109
|
| Command | Description |
|
|
104
110
|
|---------|-------------|
|
|
105
|
-
| `agentnet setup` | Browser login plus
|
|
111
|
+
| `agentnet setup [--choose]` | Browser login plus connect all detected agents (or pick with `--choose`) |
|
|
106
112
|
| `agentnet detect` | Scan for installed AI agents |
|
|
107
113
|
| `agentnet register` | Sign in through the browser and register a CLI identity |
|
|
108
114
|
| `agentnet connect [agent\|--all]` | Wire an agent into Agent-net via MCP |
|
|
@@ -19,7 +19,7 @@ from .register import default_agent_name, register_command
|
|
|
19
19
|
console = Console()
|
|
20
20
|
|
|
21
21
|
|
|
22
|
-
def setup_command(platform_url: str | None = None) -> None:
|
|
22
|
+
def setup_command(platform_url: str | None = None, *, choose: bool = False) -> None:
|
|
23
23
|
config = load_config()
|
|
24
24
|
if not config or not config.get("api_token"):
|
|
25
25
|
console.print()
|
|
@@ -43,21 +43,25 @@ def setup_command(platform_url: str | None = None) -> None:
|
|
|
43
43
|
return
|
|
44
44
|
|
|
45
45
|
console.print()
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
46
|
+
if choose:
|
|
47
|
+
console.print(
|
|
48
|
+
f" [bold]Step 3:[/bold] Choose agents to configure ({len(targets)} available)"
|
|
49
|
+
)
|
|
50
|
+
selected, connect_all = _select_targets(targets)
|
|
51
|
+
if not selected:
|
|
52
|
+
console.print("\n [dim]No agents configured.[/dim]\n")
|
|
53
|
+
return
|
|
54
|
+
if connect_all:
|
|
55
|
+
connect_command(connect_all=True)
|
|
56
|
+
return
|
|
57
|
+
for agent_name in selected:
|
|
58
|
+
connect_command(agent_name=agent_name)
|
|
57
59
|
return
|
|
58
60
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
+
console.print(
|
|
62
|
+
f" [bold]Step 3:[/bold] Configuring all detected agents ({len(targets)})"
|
|
63
|
+
)
|
|
64
|
+
connect_command(connect_all=True)
|
|
61
65
|
|
|
62
66
|
|
|
63
67
|
def _available_targets(results) -> list[str]:
|
|
@@ -127,11 +127,16 @@ def setup(
|
|
|
127
127
|
url: Optional[str] = typer.Option(
|
|
128
128
|
None, "--url", help="Platform URL (default: https://app.agentnet.market)",
|
|
129
129
|
),
|
|
130
|
+
choose: bool = typer.Option(
|
|
131
|
+
False,
|
|
132
|
+
"--choose",
|
|
133
|
+
help="Interactively choose which detected agents to configure",
|
|
134
|
+
),
|
|
130
135
|
) -> None:
|
|
131
|
-
"""Sign in and
|
|
136
|
+
"""Sign in and configure all detected agents (use --choose to pick individually)."""
|
|
132
137
|
from .core.setup_wizard import setup_command
|
|
133
138
|
|
|
134
|
-
setup_command(platform_url=url)
|
|
139
|
+
setup_command(platform_url=url, choose=choose)
|
|
135
140
|
|
|
136
141
|
|
|
137
142
|
@app.command()
|
|
@@ -223,7 +223,7 @@ def test_setup_can_select_individual_detected_agent(fake_home):
|
|
|
223
223
|
|
|
224
224
|
with patch("agentnet_cli.cli.core.setup_wizard.detect_all", return_value=detections), \
|
|
225
225
|
patch("agentnet_cli.cli.core.setup_wizard.connect_command") as connect:
|
|
226
|
-
result = runner.invoke(app, ["setup"], input="2\n1\n")
|
|
226
|
+
result = runner.invoke(app, ["setup", "--choose"], input="2\n1\n")
|
|
227
227
|
|
|
228
228
|
assert result.exit_code == 0
|
|
229
229
|
connect.assert_called_once_with(agent_name="claude")
|
|
@@ -240,7 +240,7 @@ def test_setup_individual_mode_defaults_to_no_agents(fake_home):
|
|
|
240
240
|
|
|
241
241
|
with patch("agentnet_cli.cli.core.setup_wizard.detect_all", return_value=detections), \
|
|
242
242
|
patch("agentnet_cli.cli.core.setup_wizard.connect_command") as connect:
|
|
243
|
-
result = runner.invoke(app, ["setup"], input="2\n\n")
|
|
243
|
+
result = runner.invoke(app, ["setup", "--choose"], input="2\n\n")
|
|
244
244
|
|
|
245
245
|
assert result.exit_code == 0
|
|
246
246
|
assert "No agents configured" in result.stdout
|
|
@@ -255,7 +255,7 @@ def test_setup_can_skip_agent_configuration(fake_home):
|
|
|
255
255
|
|
|
256
256
|
with patch("agentnet_cli.cli.core.setup_wizard.detect_all", return_value=detections), \
|
|
257
257
|
patch("agentnet_cli.cli.core.setup_wizard.connect_command") as connect:
|
|
258
|
-
result = runner.invoke(app, ["setup"], input="3\n")
|
|
258
|
+
result = runner.invoke(app, ["setup", "--choose"], input="3\n")
|
|
259
259
|
|
|
260
260
|
assert result.exit_code == 0
|
|
261
261
|
assert "No agents configured" in result.stdout
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/codex/skill.md
RENAMED
|
File without changes
|
|
File without changes
|
{agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/cursor/agent.md
RENAMED
|
File without changes
|
{agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/cursor/agentnet.mdc
RENAMED
|
File without changes
|
{agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/connectors/templates/shared/context.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/integrations/claude/plugin/.mcp.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{agentnet_cli-0.2.1 → agentnet_cli-0.2.2}/src/agentnet_cli/tools/hermes/skills/agentnet/SKILL.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|