open-agents-ai 0.184.11 → 0.184.12
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/dist/index.js +3 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -34762,6 +34762,8 @@ var init_render = __esm({
|
|
|
34762
34762
|
["/cohere deny <model>", "Hide a model from remote COHERE queries"],
|
|
34763
34763
|
["/nexus", "Show nexus P2P network status"],
|
|
34764
34764
|
["/nexus connect", "Connect to the agent mesh network"],
|
|
34765
|
+
["/nexus name <name>", "Set custom agent name (persists globally across all OA instances)"],
|
|
34766
|
+
["/nexus name", "Show current agent name"],
|
|
34765
34767
|
["/nexus restart", "Kill daemon and reconnect (picks up new version)"],
|
|
34766
34768
|
["/nexus restart --clean", "Restart + clear metering data for fresh stats"],
|
|
34767
34769
|
["/nexus disconnect", "Kill daemon without reconnecting"],
|
|
@@ -34770,6 +34772,7 @@ var init_render = __esm({
|
|
|
34770
34772
|
["/sponsor status", "Show sponsor dashboard with usage metrics"],
|
|
34771
34773
|
["/sponsor pause", "Pause active sponsorship"],
|
|
34772
34774
|
["/sponsor remove", "Remove sponsorship entirely"],
|
|
34775
|
+
["/endpoint sponsor", "Browse and connect to sponsored inference from the nexus mesh"],
|
|
34773
34776
|
["/expose <backend>", "Expose local inference via libp2p (default)"],
|
|
34774
34777
|
["/expose <backend> --tunnel", "Expose via cloudflared tunnel"],
|
|
34775
34778
|
["/expose passthrough", "Forward configured /endpoint through libp2p P2P"],
|
package/package.json
CHANGED