@sleep2agi/agent-node 0.1.1 → 0.3.0

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/cli.d.ts CHANGED
@@ -3,5 +3,7 @@
3
3
  * @sleep2agi/agent-node CLI
4
4
  *
5
5
  * npx @sleep2agi/agent-node --alias "我的Agent" --model MiniMax-M2.7 --hub http://127.0.0.1:9200
6
+ *
7
+ * 配置加载优先级: CLI args > env > .anet/profiles/<alias>.json > ~/.anet/config.json > defaults
6
8
  */
7
9
  export {};