Quickstart
Install 💻
$ pip install crowe-bCrowe Chat
$ crowe /
# Say hello
crowe /hi
# Ask a question
crowe /how is the weather today?Using uv (Recommended)
# Install uv
$ curl -LsSf https://astral.sh/uv/install.sh | sh
# Install crowe using uv
$ uv pip install croweUsing poetry
Environment Configuration
🤖 Your First Agent¶
Last updated