Feature Area
Integration with external tools
Is your feature request related to a an existing bug? Please link it here.
NA
Describe the solution you'd like
Hi team! Incredible work on CrewAI. As more enterprises adopt Crews for complex workflows, I'm seeing a lot of concern around security, auditability, and tracking exactly what tools the agents are executing in production.
I am the maintainer of Agentmetry, an open-source flight recorder / SIEM designed specifically for AI agents.
I would love to contribute a PR that adds an optional AgentmetryCrewCallback to the framework. This would allow users to:
- Stream all tool executions from every agent in a Crew directly to a local Agentmetry dashboard.
- Automatically tag agent actions with MITRE ATT&CK labels to detect risky behavior.
- Provide a complete, cryptographically hashed audit trail of everything the Crew did during its execution.
Describe alternatives you've considered
Currently, users have to rely on standard print statements, LangSmith, or Datadog for observability, but none of those tools provide SIEM-level security monitoring or MITRE ATT&CK tagging for agentic actions out of the box.
Additional context
You can check out the Agentmetry project here: https://github.com/blitzcrieg1/agentmetry. It is fully open-source and runs locally via Docker.
Willingness to Contribute
Yes, I'd be happy to submit a pull request
Feature Area
Integration with external tools
Is your feature request related to a an existing bug? Please link it here.
NA
Describe the solution you'd like
Hi team! Incredible work on CrewAI. As more enterprises adopt Crews for complex workflows, I'm seeing a lot of concern around security, auditability, and tracking exactly what tools the agents are executing in production.
I am the maintainer of Agentmetry, an open-source flight recorder / SIEM designed specifically for AI agents.
I would love to contribute a PR that adds an optional
AgentmetryCrewCallbackto the framework. This would allow users to:Describe alternatives you've considered
Currently, users have to rely on standard print statements, LangSmith, or Datadog for observability, but none of those tools provide SIEM-level security monitoring or MITRE ATT&CK tagging for agentic actions out of the box.
Additional context
You can check out the Agentmetry project here: https://github.com/blitzcrieg1/agentmetry. It is fully open-source and runs locally via Docker.
Willingness to Contribute
Yes, I'd be happy to submit a pull request