Skip to main content

Crowe Logic

The agent console for the terminal. One command, a real tool loop, and a model table that names the engine beside every tier.

crowe runs as an interactive console or as a single prompt. It carries its own tool registry, reads and edits files, runs shell commands under an autonomy level you set, searches the web, and streams reasoning as it works. The first run needs no card and no keys: an anonymous device token puts you on CroweLM Mycelium, the cultivation model Crowe Logic trained, at twenty turns a day. Signing in with Crowe ID opens the rest of the table. The console checks for updates once a day and installs them itself; crowe update any time.

Proprietary software, licensed not sold. See LICENSE. Python 3.10 or newer on macOS, Linux or Windows.

Install

pip install crowe-logic

This installs two commands, crowe and crowe-logic, which are the same program; the long name stays so nothing installed before the rename breaks. An npm wrapper exists for Node shops and runs the same pip install for you:

npm i -g crowe-logic

First run

crowe                # the console, on the free tier
crowe login          # sign in with Crowe ID; paid tiers appear in /model
crowe run "prompt"   # one prompt, one answer, exit

Inside a session the five commands a new user needs are /model, /effort, /autonomy, /tools and /help.

Models

/model lists every tier with the engine it runs on, grouped:

Tier Runs on Notes
CroweLM Auto routes per turn The default. Reads the task and picks a family.
CroweLM Claude Fable 5 by Anthropic Where a turn starts. Three effort rungs.
CroweLM Zenith Claude Opus 5 by Anthropic Decisive analysis. The other half of dual mode.
CroweLM Depth Grok 4.6 by xAI Long-horizon work over very large contexts.
CroweLM Flash DeepSeek V4 Flash Drafts and tight iteration. Lowest cost per turn.
CroweLM Coder GPT-5.6 by OpenAI Code in your codebase.
CroweLM Vision, Grower, Kernel Claude Fable 5 Personas: images, cultivation operations, systems work.
GPT-5.5, GPT-5.4, DeepSeek V4 Pro, Kimi K2.7 Code, Kimi K3, GLM 5.3 Flash, Claude Opus 4.8 themselves Frontier picks, offered by name on your own inference keys. No CroweLM identity.
CroweLM Mycelium Crowe Mycelium (Gemma 4 fine-tune) The free tier. The model Crowe trained.
DeepParallel, Nemotron Nano and Super multi-provider council; NVIDIA NIM Backstops.

Pick by number or name (/model zenith, /model 2). /effort normal|high|max moves within a family. Crowe Logic does not train the frontier engines; what makes a tier CroweLM is the routing, the grounding in Crowe's knowledge base, the tools and the orchestration on top. Ask any tier what it runs on and it answers plainly. The tier names stay put when an engine moves, so your pins and scripts do not have to.

Sign-in and plans

The CroweLM tiers run through your Crowe ID at id.crowelogic.com. The free tier has no card and no keys. Pro is $99 a month for the whole table, every effort rung, dual mode and synthesis, and the desktop and web apps on the same sign-in. crowe upgrade opens checkout; crowe billing opens the customer portal; crowe whoami shows the signed-in identity and tier.

The frontier picks and any self-hosted endpoint run on keys you hold: crowe init --node writes the env template.

Usage

crowe                # interactive console (default)
crowe run "prompt"   # one prompt, one answer, exit
crowe login          # sign in with Crowe ID
crowe whoami         # signed-in identity and tier
crowe upgrade        # open Pro checkout
crowe billing        # open the customer portal
crowe doctor         # check the install and its connections
crowe tools          # list the tool registry
crowe update         # update now (the console also does this daily)

Bring your own keys

The CroweLM tiers need only your Crowe ID. The frontier picks, and any endpoint you host yourself, run on keys you hold. crowe init --node writes ~/.crowe-logic.env with the variables below; fill in the ones you use.

Variable Purpose
CROWE_LOGIC_GATEWAY_URL The Crowe Logic gateway; defaults to https://api.crowelogic.com
CROWE_ID_ISSUER The Crowe ID issuer; defaults to https://id.crowelogic.com/realms/crowe
CROWE_LOGIC_AUTO_ROUTE 1 lets CroweLM Auto resolve to a live tier per turn on a self-managed node
AZURE_CORE_ENDPOINT, AZURE_CORE_API_KEY Your own Azure inference endpoint and key
CROWE_OPEN_ENDPOINT, CROWE_OPEN_API_KEY Any OpenAI-compatible endpoint you host
NVIDIA_NIM_ENDPOINT, NVIDIA_API_KEY NVIDIA NIM, for the Nemotron backstops
CROWE_LOGIC_HOME Where the console keeps per-user state; defaults to ~/.crowe-logic
CROWE_LOGIC_TELEMETRY 0 turns off the local telemetry file described below

Extra model entries load from CROWE_LOGIC_EXTRA_MODELS_JSON, CROWE_LOGIC_EXTRA_MODELS_PATH, or ~/.config/crowe-logic/models.extra.json.

MCP server

The Crowe Logic platform is also available as a standalone MCP server for any MCP client:

uvx crowe-logic-mcp

The bundled crowe-logic-quantum-mcp server needs the mcp extra:

pip install "crowe-logic[mcp]"

Specialized agents

Agent Focus
cultivation Mushroom cultivation with the Crowe knowledge base
quantum Quantum computing with QubitFlow + Synapse + Trinity bridge
music Music composition with the Talon engine
code General software development
research Web research and analysis

Local telemetry

Crowe keeps a local record of what the console did: which tools ran and how long they took, which tier and provider answered, token counts, timings, and session events. It does not keep your prompts, the replies, or the contents of your files. Tool arguments are cut to 200 characters, and the values of content, text, and data arguments are dropped, with only their lengths recorded.

The record is a JSON-lines file at ~/.crowe-logic/runtime/telemetry.jsonl, created with owner-only permissions and rotated at 50 MB. It stays on your machine; the console never uploads it. Nothing is written until the first event, so crowe --version touches nothing under your home directory. To turn it off, set CROWE_LOGIC_TELEMETRY=0 (false, no, and off also work).

Requirements

  • Python 3.10 or newer on macOS, Linux or Windows.
  • A Crowe ID for the paid tiers; nothing for the free tier.

Author

Michael Crowe, Crowe Logic, Inc.

License

Proprietary. Copyright (c) 2026 Crowe Logic, Inc. All rights reserved. See the LICENSE file for terms. Licensed, not sold: use requires the no-cost tier or a current paid plan, and redistribution is not permitted.

Releases before 0.7.1 shipped an Apache License 2.0 text and were distributed under it; this change is not retroactive.

Licensing questions: michael@crowelogic.com

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

crowe_logic-0.9.10.tar.gz (2.1 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

crowe_logic-0.9.10-py3-none-any.whl (2.2 MB view details)

Uploaded Python 3

File details

Details for the file crowe_logic-0.9.10.tar.gz.

File metadata

  • Download URL: crowe_logic-0.9.10.tar.gz
  • Upload date:
  • Size: 2.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for crowe_logic-0.9.10.tar.gz
Algorithm Hash digest
SHA256 d8391c47b4b339c08c9848c5d93a9cf4d8c8f5df2b2dd8098036ce8900c3f6e3
MD5 138e56579b98b2862c144e6e15c5d772
BLAKE2b-256 dcd527c4b5278168506ecbe73c1f7234799f7d56bfaa0941c3ed05d7fec9e03b

See more details on using hashes here.

File details

Details for the file crowe_logic-0.9.10-py3-none-any.whl.

File metadata

  • Download URL: crowe_logic-0.9.10-py3-none-any.whl
  • Upload date:
  • Size: 2.2 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for crowe_logic-0.9.10-py3-none-any.whl
Algorithm Hash digest
SHA256 d41acbbca6bc1167f3ca5435156e3f0cd76736de1a63246a68b61143b8e7b151
MD5 c0e392da5af6e8a4b10af48c034bbb58
BLAKE2b-256 185f3828b1227bfde45d15b09c45d1c9f8f80b4b3023957bbbbc90bf1c737708

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.9.10 This release

2 files

0.9.9

2 files

0.9.8

2 files

0.9.7

2 files

0.9.6

2 files

0.9.5

2 files

0.9.4

2 files

0.9.3

2 files

0.9.2

2 files

0.9.1

2 files

0.9.0

2 files

0.8.6

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.5

2 files

0.7.4

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

0.6.0

2 files

0.5.0

2 files

0.4.2

2 files

0.4.1

2 files

0.4.0

2 files

0.3.0

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.2.2

2 files

0.2.1

2 files

0.2.0

2 files

0.1.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page