ProcessFork memory adapter for CrewAI ≥0.130 — time-travel debugging across crew runs.
Project description
processfork-crewai
ProcessFork memory adapter for CrewAI ≥0.130.
Replaces CrewAI's stock CrewMemory with a ProcessFork-backed
implementation; every crew step becomes a .pfimg you can time-travel
through.
Install
pip install "processfork-crewai[crewai]"
Use
from crewai import Crew
from processfork_crewai import ProcessForkMemory
crew = Crew(
agents=[researcher, writer, editor],
memory=ProcessForkMemory(store="~/.processfork", crew_id="ml-blogpost"),
tasks=[...],
)
result = crew.kickoff()
# Time-travel:
crew.memory.checkout("sha256:...pre-edit")
Captures:
- All three agents' message histories into the trace blob.
- Tool-call ledgers (web-search, file-write, etc.).
- The
output_files/directory each task writes to (world.fs).
See agent_docs/integration-crewai.md for the spec.
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
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 processfork_crewai-1.0.0.tar.gz.
File metadata
- Download URL: processfork_crewai-1.0.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fc9dcebe8d90cf488bd3cbb8c1f278909c7daa188826c657daba08341a5cbfc1
|
|
| MD5 |
6f29220e35daf42037ffec2abd5269c2
|
|
| BLAKE2b-256 |
52274d5c75e3e70dae1868b0caff09c8d6ef6f1f6dd2afb262ac2ba405f645b5
|
Provenance
The following attestation bundles were made for processfork_crewai-1.0.0.tar.gz:
Publisher:
release.yml on manav8498/processfork
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
processfork_crewai-1.0.0.tar.gz -
Subject digest:
fc9dcebe8d90cf488bd3cbb8c1f278909c7daa188826c657daba08341a5cbfc1 - Sigstore transparency entry: 1444633247
- Sigstore integration time:
-
Permalink:
manav8498/processfork@4b0ef63895e72f9fdee73a4b99b605a71f825aea -
Branch / Tag:
refs/tags/v1.0.1 - Owner: https://github.com/manav8498
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@4b0ef63895e72f9fdee73a4b99b605a71f825aea -
Trigger Event:
push
-
Statement type:
File details
Details for the file processfork_crewai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: processfork_crewai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 3.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71561a8a154ae680e7409561aa7f290da577a41c8036673667cf636d6e2e58cb
|
|
| MD5 |
628e205d39d701ce1f5169213489e04b
|
|
| BLAKE2b-256 |
647f1f81e993af1e5e1148245a30c782b15aea2be12c2acc44953a955a535ace
|