Lookspan adapter for CrewAI — emits spans for crew kickoffs, agent execution, tasks, tools, and LLM calls.
Project description
lookspan-crewai
Auto-instruments CrewAI runs and streams every agent step, task, tool call, and LLM invocation to your local Lookspan dashboard.
Install
pip install lookspan-crewai
Quick start
from crewai import Crew
from lookspan import LookspanClient
from lookspan_crewai import attach_lookspan
client = LookspanClient(endpoint="http://127.0.0.1:3100/api/ingest")
attach_lookspan(client, agent_id="research-crew")
crew = Crew(agents=[...], tasks=[...])
result = crew.kickoff()
client.flush()
attach_lookspan registers listeners on CrewAI's global event bus.
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 lookspan_crewai-0.1.0.tar.gz.
File metadata
- Download URL: lookspan_crewai-0.1.0.tar.gz
- Upload date:
- Size: 3.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bfa6f84597ef1ab2b3cc55f4003ccaa8a1aa5d19dbebed0a901ec9b012d26550
|
|
| MD5 |
5609590afa55d2dc36789a4b3f6e3941
|
|
| BLAKE2b-256 |
12edb52200615d790b1886ab3d4291ab26bf9b507b67cbbb9aeb91e19cece9c8
|
File details
Details for the file lookspan_crewai-0.1.0-py3-none-any.whl.
File metadata
- Download URL: lookspan_crewai-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2b5b37a898b30377a942f23813b73a8b6440871ad8ef958315a71e449f07b75d
|
|
| MD5 |
9b10946f353b9fc786e60cd3b666b885
|
|
| BLAKE2b-256 |
d41f80ed393ffbd54f183715fb0ae168ea5a32902a37932d63672294a7250aca
|