crewAIInc / crewAI

Framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
https://crewai.com
MIT License
20.79k stars 2.87k forks source link

src/crewai/telemetry/telemetry.py tracing question #476

Closed openjay closed 6 months ago

openjay commented 6 months ago

src/crewai/telemetry/telemetry.py

Hi,

Just asking about the telemetry, if I do not want to be traced and send any data out, what I can do? can I just remove the tracing module?

For some projects I am fine, but for some workloads, I would say no for now. Can we?

Thanks for your answer. Appreciate

Christian24 commented 6 months ago

There is already an open PR for this: https://github.com/joaomdmoura/crewAI/pull/402

openjay commented 6 months ago

Appreciate ☺️