mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-20 17:01:57 +00:00
Update cheatsheets
This commit is contained in:
37
tldr/zeroclaw-agent
Normal file
37
tldr/zeroclaw-agent
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# zeroclaw agent
|
||||
|
||||
> Start the AI agent loop for interacting with ZeroClaw.
|
||||
> More information: <https://github.com/zeroclaw-labs/zeroclaw#quick-start>.
|
||||
|
||||
- Send a single message to the AI agent:
|
||||
|
||||
`zeroclaw agent {{[-m|--message]}} "{{Hello, ZeroClaw!}}"`
|
||||
|
||||
- Start interactive chat mode:
|
||||
|
||||
`zeroclaw agent`
|
||||
|
||||
- Send a message with a specific provider:
|
||||
|
||||
`zeroclaw agent {{[-m|--message]}} "{{Hello}}" {{[-p|--provider]}} {{anthropic}}`
|
||||
|
||||
- Send a message with a specific model:
|
||||
|
||||
`zeroclaw agent {{[-m|--message]}} "{{Hello}}" --model {{anthropic/claude-sonnet-4-20250514}}`
|
||||
|
||||
- Send a message with custom temperature:
|
||||
|
||||
`zeroclaw agent {{[-m|--message]}} "{{Hello}}" {{[-t|--temperature]}} {{0.5}}`
|
||||
|
||||
- Send a message and attach a hardware peripheral:
|
||||
|
||||
`zeroclaw agent {{[-m|--message]}} "{{Hello}}" --peripheral {{nucleo-f401re:/dev/ttyACM0}}`
|
||||
|
||||
- Display help:
|
||||
|
||||
`zeroclaw agent {{[-h|--help]}}`
|
||||
Reference in New Issue
Block a user