You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -94,25 +94,25 @@ This starts the AI agent service, listening on the default port `8042`.
94
94
95
95
### 1.5 Calling the Agent
96
96
97
-
Use `anda_engine_cli` to call the AI agent service:
97
+
Use `anda_cli` to call the AI agent service:
98
98
99
99
```bash
100
-
./target/debug/anda_engine_cli agent-run --help
101
-
./target/debug/anda_engine_cli agent-run -p 'Please check my PANDA balance'
100
+
./target/debug/anda_cli agent-run --help
101
+
./target/debug/anda_cli agent-run -p 'Please check my PANDA balance'
102
102
```
103
103
104
104
The AI agent service can include multiple Anda engines, each with multiple agents and tools. The above command calls the default agent in the default Anda engine.
105
105
106
106
Use a different identity to call the AI agent service if you have `dfx` installed:
107
107
108
108
```bash
109
-
./target/debug/anda_engine_cli agent-run -i ~/.config/dfx/identity/default/identity.pem -p 'Please transfer 0.1 PANDA tokens to me'
109
+
./target/debug/anda_cli agent-run -i ~/.config/dfx/identity/default/identity.pem -p 'Please transfer 0.1 PANDA tokens to me'
110
110
```
111
111
112
112
You can also directly call tools to query balances:
113
113
114
114
```bash
115
-
./target/debug/anda_engine_cli tool-call -n icp_ledger_balance_of -a '{"account":"535yc-uxytb-gfk7h-tny7p-vjkoe-i4krp-3qmcl-uqfgr-cpgej-yqtjq-rqe","symbol":"PANDA"}'
115
+
./target/debug/anda_cli tool-call -n icp_ledger_balance_of -a '{"account":"535yc-uxytb-gfk7h-tny7p-vjkoe-i4krp-3qmcl-uqfgr-cpgej-yqtjq-rqe","symbol":"PANDA"}'
0 commit comments