@circuitorg/agent-cli 1.1.6 → 1.1.8
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 +3 -3
- package/bin/circuit-darwin-arm64 +0 -0
- package/bin/circuit-darwin-x64 +0 -0
- package/bin/circuit-linux-arm64 +0 -0
- package/bin/circuit-linux-x64 +0 -0
- package/bin/circuit-win32-x64.exe +0 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -96,8 +96,8 @@ uv sync # For Python agents
|
|
|
96
96
|
# 5. Test your agent (handles setup, session creation automatically)
|
|
97
97
|
circuit run
|
|
98
98
|
|
|
99
|
-
# 6.
|
|
100
|
-
circuit
|
|
99
|
+
# 6. Publish to production when ready
|
|
100
|
+
circuit publish
|
|
101
101
|
```
|
|
102
102
|
|
|
103
103
|
**Existing Agent Setup:**
|
|
@@ -131,7 +131,7 @@ circuit run
|
|
|
131
131
|
| `circuit logout` | Sign out from Circuit platform |
|
|
132
132
|
| `circuit init` | Initialize a new agent project |
|
|
133
133
|
| `circuit run` | Run/test your agent (handles setup automatically) |
|
|
134
|
-
| `circuit
|
|
134
|
+
| `circuit publish` | Publish agent to production |
|
|
135
135
|
| `circuit help` | Show detailed help and getting started guide |
|
|
136
136
|
|
|
137
137
|
### Agent Management Commands
|
package/bin/circuit-darwin-arm64
CHANGED
|
Binary file
|
package/bin/circuit-darwin-x64
CHANGED
|
Binary file
|
package/bin/circuit-linux-arm64
CHANGED
|
Binary file
|
package/bin/circuit-linux-x64
CHANGED
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@circuitorg/agent-cli",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"description": "A CLI tool for
|
|
3
|
+
"version": "1.1.8",
|
|
4
|
+
"description": "A CLI tool for publishing agents to the Circuit platform",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"circuit": "./bin/circuit"
|