Metadata-Version: 2.4
Name: etchplan
Version: 0.0.1
Summary: Etchplan — compile agent workflows into efficient, safe, auditable execution plans.
Project-URL: Homepage, https://github.com/Davidobot/agent-compiler
Project-URL: Source, https://github.com/Davidobot/agent-compiler
Author: Egoist Machines
License-File: LICENSE
Keywords: agent-traces,ai-agents,compiler,llm,tool-use,trace-mining
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Compilers
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Etchplan

**Compile agent workflows into efficient, safe, auditable execution plans.**

Etchplan ingests an AI agent's execution traces, mines the repeated workflows, and compiles them
into guarded, deterministic routines that run behind a fallback to the original agent — so
recurring agent work runs at a fraction of the token/latency cost, with an audit trail.

This PyPI entry currently **reserves the name**. The project is in active development at
[github.com/Davidobot/agent-compiler](https://github.com/Davidobot/agent-compiler); a full
release will follow. Licensed under Apache-2.0.
