boltQuickstart

Install 💻

$ pip install crowe-b

Crowe Chat

$ crowe /

# Say hello
crowe /hi

# Ask a question
crowe /how is the weather today?

uvarrow-up-right is a fast Python package installer and resolver, written in Rust.

# Install uv
$ curl -LsSf https://astral.sh/uv/install.sh | sh

# Install crowe using uv
$ uv pip install crowe

Using poetry


Environment Configuration

🤖 Your First Agentarrow-up-right

An Agent is the fundamental building block of a croweo—an autonomous entity powered by an LLM + Tools + Memory.

🤝 Your First Crowe: Multi-Agent Collaboration A Crowe consists of multiple agents working together. This simple example creates a two-agent workflow for researching and writing a blog post.

Last updated