Autonomous Coding Agent. Autonomous coding agent orchestrator.
morpheus exists to make this workflow practical. Autonomous coding agent. autonomous coding agent orchestrator. It favours a small, inspectable surface over sprawling configuration.
- CLI command
morpheus TaskStatus— exported fromsrc/morpheus/core.pyTask— exported fromsrc/morpheus/core.pyCodeBlock— exported fromsrc/morpheus/core.py- Included test suite
- Dedicated documentation folder
- Runtime: Python
- Frameworks: Click
- Tooling: Pydantic, Rich
The codebase is organised into docs/, src/, tests/. The primary entry points are src/morpheus/core.py, src/morpheus/cli.py, src/morpheus/__init__.py. src/morpheus/core.py exposes TaskStatus, Task, CodeBlock — the core types that drive the behaviour. src/morpheus/cli.py exposes functions like main, plan, run.
pip install -e .
morpheus --helpmorpheus --helpmorpheus/
├── .env.example
├── CONTRIBUTING.md
├── LICENSE
├── Makefile
├── README.md
├── docs/
├── pyproject.toml
├── src/
├── tests/