Pattern library for AI agents
Project description
AgenticEvolve Python SDK
Pattern library for AI agents -- store, match, and crystallize verified code patterns for reuse.
Install
pip install agentic-evolve
Usage
from agentic_evolve import EvolveStore
es = EvolveStore("project.evolve")
es.store_pattern("error-handler", language="python", body="try/except with logging")
es.match_pattern("error handling")
es.crystallize()
Requires the evolve CLI binary on PATH. Install via:
curl -fsSL https://agentralabs.tech/install/evolve | bash
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
agentic_evolve-0.1.0.tar.gz
(5.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agentic_evolve-0.1.0.tar.gz.
File metadata
- Download URL: agentic_evolve-0.1.0.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44d48ab65e000cfa1968b8edefd78ecb125c614726ec62c0d6601ecb2dfd70d3
|
|
| MD5 |
430436c1dca3bfc68ac77b618042cf5d
|
|
| BLAKE2b-256 |
addced7f0f9cde9f741ab01b4a9b4e1ce4b18f46bcf9d4f7761ba0b674039293
|
File details
Details for the file agentic_evolve-0.1.0-py3-none-any.whl.
File metadata
- Download URL: agentic_evolve-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5939c517b8aa435060e4dd945d0287b252069b0ab3c377759ab0244004a87d3f
|
|
| MD5 |
c8c9eda7dbb80bd11115594338692892
|
|
| BLAKE2b-256 |
175ae2ac2efadb79a27592458a175bad34096d7aca71a326f045891e40142e0e
|