CrabTalkCrabTalk

Quickstart

Run your first CrabTalk agent in under a minute — start the daemon and chat.

This guide gets you from zero to a working agent in under a minute.

1. Start chatting

Just run crabtalk:

crabtalk

On first run, it scaffolds the config directory at ~/.crabtalk/, prompts you to configure a model, starts the daemon in the background, and drops you into an interactive REPL. Type a message and press Enter to chat.

2. Manage the daemon

The daemon runs as a background service. You can manage it explicitly:

crabtalk --start       # start daemon without entering chat
crabtalk --stop        # stop daemon
crabtalk --restart     # restart daemon
crabtalk --foreground  # run in foreground (for debugging)
crabtalk --reload      # hot-reload config

3. Configure models

To add or edit model providers later:

crabtalk config

See providers for all supported models and API standards.

What's next

On this page