Overmind
Overmind is two things in one package:
- Tracing SDK — drop-in observability for LLM agents. Decorate your code, get structured traces of every LLM call and tool invocation.
Documentation: Overmind guide
Console: console.overmindlab.ai
Install
uv tool install overmind
# or
pipx install overmind
Tracing
Wire up tracing once at process start, then annotate the functions you want traced:
import overmind
overmind.init(
service_name="my-agent", providers=["openai", "anthropic"]
) # reads OVERMIND_API_KEY from the environment
@overmind.entry_point()
def run(input_data: dict) -> dict:
return {"response": handle(input_data)}
@overmind.tool()
def search(query: str) -> list[dict]: ...
Available decorators/helpers: entry_point, workflow, tool, function, plus start_span (context manager), set_tag, set_user, and capture_exception for Sentry-style annotations on the current span.
Skills
Use these from Cursor, Codex, or Claude Code to scaffold agents and operate
Overmind without leaving your coding environment. Skills live at the repo-root
skills/ directory so agent installers can pick them up from this
repository (e.g. npx skills add overmind-core/overmind).
overmind skills list --verbose
overmind skills sync overmind
overmind init --ide codex
Codex setup writes .codex/config.toml, installs the skill under
.agents/skills, and requires OVERMIND_API_KEY in the environment. Codex
loads project configuration only for trusted repositories.
| Skill | What it does |
|---|---|
Overmind |
Instrument tracing, inspect telemetry via MCP, upload datasets, run evals, fine-tune, and optimize. |
CLI reference
overmind optimise [OPTIONS] Register this machine and run the optimisation loop
overmind init [OPTIONS] Configure Overmind for Cursor, Claude Code, OpenCode or Codex
overmind skills list [--verbose] List installed/available skills
overmind skills sync <name>... Sync one or more skills to the latest version
Run overmind <command> --help for full flag documentation.
Release files for overmind 0.1.68
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| overmind-0.1.68.tar.gz | 285.1 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| overmind-0.1.68-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 350.2 kB
Release files / overmind-0.1.68.tar.gz
| Download URL | overmind-0.1.68.tar.gz |
|---|---|
| Size | 285.1 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
715703f8e4467114c753b7a406a7fedcda54f98c218d7f2d3196ed60f45c8913
|
|
BLAKE2b-256 checksum How to use checksums |
557193b567566702b8009529ccacd87a95ba8e5598a760d3373bb3ed2a6c02bd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.
Transparency logRelease files / overmind-0.1.68-py3-none-any.whl
| Download URL | overmind-0.1.68-py3-none-any.whl |
|---|---|
| Size | 65.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
023cf16bd2a3eed7e78962bb326480b604272b8db3431ff69b7089438c2892d1
|
|
BLAKE2b-256 checksum How to use checksums |
dc2bdf9348100264280cfe8ffdf4e832dccd0d32e0abe973817c3f5f3cae63b9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 25, 2026.
Transparency log