CrewAI logging helpers for ZizkaDB causal agent memory
Project description
zizkadb-crewai
Log CrewAI kickoffs, tasks, and outputs to ZizkaDB with parent_id lineage.
pip install zizkadb-sdk zizkadb-crewai crewai
from zizkadb import ZizkaDB
from zizkadb_crewai import ZizkaDBCrewLogger
async with ZizkaDB("zizkadb_live_...") as db:
logger = ZizkaDBCrewLogger(db, agent="research-crew")
kickoff = await logger.log_kickoff(goal="Research causal logging")
output = crew.kickoff()
await logger.log_output(str(output), parent_id=kickoff.event_id)
Monorepo dev install:
pip install -e sdk/python -e integrations/crewai
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
zizkadb_crewai-0.1.0.tar.gz
(1.6 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 zizkadb_crewai-0.1.0.tar.gz.
File metadata
- Download URL: zizkadb_crewai-0.1.0.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
504feb7857550bc1f15274e12337d4ab5bacb0ede018840705f5d42ba9606073
|
|
| MD5 |
17705b21c6847bcd1efedfa4ba26a781
|
|
| BLAKE2b-256 |
2897f12a1d0515660c750129c1b9fc1eb02b3368f257d73a0079e4612dcc4ba9
|
File details
Details for the file zizkadb_crewai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: zizkadb_crewai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
12f9f5e85a5e794255c66a10d374e818d298e832165e039b45d021e58ae53276
|
|
| MD5 |
81d089928fefe105dd6e23f1f761570f
|
|
| BLAKE2b-256 |
5e0108cc815710338618262b85ca5dc5d81c8ab8b7992424fc769d0ca795b29a
|