diff --git a/README.md b/README.md index 1b20808fe..30687f85a 100644 --- a/README.md +++ b/README.md @@ -252,15 +252,25 @@ There is NO data being collected on the prompts, tasks descriptions agents backs Data collected includes: - Version of crewAI + - So we can understand how many users are using the latest version - Version of Python + - So we can decide on what versions to better support - General OS (e.g. number of CPUs, macOS/Windows/Linux) + - So we know what OS we should focus on and if we could build specific OS related features - Number of agents and tasks in a crew + - So we make sure we are testing internally with similar use cases and educate people on the best practices - Crew Process being used + - Understand where we should focus our efforts - If Agents are using memory or allowing delegation + - Understand if we improved the features or maybe even drop them - If Tasks are being executed in parallel or sequentially + - Understand if we should focus more on parallel execution - Language model being used + - Improved support on most used languages - Roles of agents in a crew + - Understand high level use cases so we can build better tools, integrations and examples about it - Tools names available + - Understand out of the publically available tools, which ones are being used the most so we can improve them Users can opt-in sharing the complete telemetry data by setting the `share_crew` attribute to `True` on their Crews. diff --git a/docs/telemetry/Telemetry.md b/docs/telemetry/Telemetry.md index b200caae3..f0c9789ec 100644 --- a/docs/telemetry/Telemetry.md +++ b/docs/telemetry/Telemetry.md @@ -6,14 +6,24 @@ There is NO data being collected on the prompts, tasks descriptions agents backs Data collected includes: - Version of crewAI + - So we can understand how many users are using the latest version - Version of Python + - So we can decide on what versions to better support - General OS (e.g. number of CPUs, macOS/Windows/Linux) + - So we know what OS we should focus on and if we could build specific OS related features - Number of agents and tasks in a crew + - So we make sure we are testing internally with similar use cases and educate people on the best practices - Crew Process being used + - Understand where we should focus our efforts - If Agents are using memory or allowing delegation + - Understand if we improved the features or maybe even drop them - If Tasks are being executed in parallel or sequentially + - Understand if we should focus more on parallel execution - Language model being used + - Improved support on most used languages - Roles of agents in a crew + - Understand high level use cases so we can build better tools, integrations and examples about it - Tools names available + - Understand out of the publically available tools, which ones are being used the most so we can improve them Users can opt-in sharing the complete telemetry data by setting the `share_crew` attribute to `True` on their Crews. \ No newline at end of file