Jesse Miller
a0ee36b700
docs: add Databricks integration guide to enterprise integrations
...
Add documentation for connecting CrewAI agents to Databricks via the
Databricks managed MCP servers. Highlights Genie, Databricks SQL, Unity
Catalog Functions, and Vector Search, each configured as a separate MCP
connection, and covers OAuth/PAT setup. Includes ko, pt-BR, and ar
translations and registers the page in all docs.json navigation blocks.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-06-01 16:51:46 -07:00
Greyson LaLonde
4b190ae6b4
docs: restructure checkpointing page
2026-05-27 14:51:42 -07:00
Lucas Gomide
952c84c195
Add Agent Control Plane docs ( #5939 )
...
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Vulnerability Scan / pip-audit (push) Has been cancelled
* docs: split Agent Control Plane into Overview/Monitoring/Rules and localize
Mirror the secrets-manager folder convention for ACP: one folder per
locale with overview, monitoring, and rules pages. Replaces the two
flat agent-control-plane.mdx / agent-control-plane-rules.mdx files
with a 3-page layout, adds full translations for pt-BR, ko, and ar,
and rewires docs.json to register the new paths under each locale's
Manage group across the same 4 versions where ACP already lived.
* docs: flag Agent Control Plane as Beta in overview pages
Add a Beta callout right after the lead screenshot on the ACP
overview page across en, pt-BR, ko, and ar, matching the convention
used by Secrets Manager.
2026-05-26 14:42:27 -04:00
Greyson LaLonde
1293dee241
feat: checkpoint TUI with tree view, fork support, editable inputs/outputs
...
- Rewrite TUI with Tree widget showing branch/fork lineage
- Add Resume and Fork buttons in detail panel with Collapsible entities
- Show branch and parent_id in detail panel and CLI info output
- Auto-detect .checkpoints.db when default dir missing
- Append .db to location for SqliteProvider when no extension set
- Fix RuntimeState.from_checkpoint not setting provider/location
- Fork now writes initial checkpoint on new branch
- Add from_checkpoint, fork, and CLI docs to checkpointing.mdx
2026-04-10 21:24:49 +08:00
Lucas Gomide
ead8e8d6e6
docs: add Custom MCP Servers in How-To Guide ( #4911 )
2026-03-16 17:01:41 -04:00
Vini Brasil
5bbf9c8e03
Update OTEL collectors documentation ( #4908 )
...
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
* Update OTEL collectors documentation
* Add translations
2026-03-16 13:27:57 -03:00
Joao Moura
6fcf748dae
refactor: update Flow HITL Management documentation to emphasize email-first notifications, routing rules, and auto-response capabilities; remove outdated references to assignment and SLA management
2026-01-30 08:44:54 -08:00
Joao Moura
38065e29ce
updating docs
2026-01-30 08:44:54 -08:00
Anaisdg
595fdfb6e7
feat: add galileo to integrations page ( #4130 )
...
* feat: add galileo to integrations page
* fix: linting issues
* fix: clarification on hanlder
* fix: uv install, load_dotenv redundancy, spelling error
* add: translations fix uv install and typo
* fix: broken links
---------
Co-authored-by: Anais <anais@Anaiss-MacBook-Pro.local >
Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com >
Co-authored-by: Anais <anais@Mac.lan >
2026-01-13 08:49:17 -08:00
Lorenze Jay
d60f7b360d
WIP docs for pii-redaction feat ( #4189 )
...
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Check Documentation Broken Links / Check broken links (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
Build uv cache / build-cache (3.10) (push) Has been cancelled
Build uv cache / build-cache (3.11) (push) Has been cancelled
Build uv cache / build-cache (3.12) (push) Has been cancelled
Build uv cache / build-cache (3.13) (push) Has been cancelled
* WIP docs for pii-redaction feat
* fix
* updated image
* Update PII Redaction documentation to clarify Enterprise plan requirements and version constraints
* visual re-ordering
* dropping not useful info
* improve docs
* better wording
* Add PII Redaction feature documentation in Korean and Portuguese, including details on activation, supported entity types, and best practices for usage.
2026-01-09 17:53:05 -08:00
Sam Brenner
97853199c7
Add Datadog Integration Documentation ( #3642 )
...
* add datadog llm observability integration guide
* spacing fix
* wording changes
* alphabetize docs listing
* Update docs/en/observability/datadog.mdx
Co-authored-by: Barry Eom <31739208+barieom@users.noreply.github.com >
* add translations
* fix korean code block
---------
Co-authored-by: Barry Eom <31739208+barieom@users.noreply.github.com >
Co-authored-by: Greyson LaLonde <greyson.r.lalonde@gmail.com >
2025-10-27 09:48:38 -04:00
Lorenze Jay
316b1cea69
docs: add guide for capturing telemetry logs in CrewAI AMP ( #3673 )
...
- Introduced a new documentation page detailing how to capture telemetry logs from CrewAI AMP deployments.
- Updated the main documentation to include the new guide in the enterprise section.
- Added prerequisites and step-by-step instructions for configuring OTEL collector setup.
- Included an example image for OTEL log collection capture to Datadog.
2025-10-08 14:06:10 -07:00
Tony Kipkemboi
bf9e0423f2
chore(docs): bring AMP doc refresh from release/v1.0.0 into main ( #3637 )
...
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
* WIP: v1 docs (#3626 )
(cherry picked from commit d46e20fa09bcd2f5916282f5553ddeb7183bd92c)
* docs: parity for all translations
* docs: full name of acronym AMP
* docs: fix lingering unused code
* docs: expand contextual options in docs.json
* docs: add contextual action to request feature on GitHub
* chore: tidy docs formatting
2025-10-02 11:36:04 -04:00
Lorenze Jay
f47e0c82c4
Add tracing documentation and enable tracing feature in CrewAI
...
- Introduced a new documentation page for CrewAI Tracing, detailing setup and usage.
- Updated the main documentation to include the new tracing page in the observability section.
- Added example code snippets for enabling tracing in both Crews and Flows.
- Included instructions for global tracing configuration via environment variables.
- Added a new image for the CrewAI Tracing interface.
2025-10-02 07:33:18 -04:00
Doug Guthrie
eabced321c
Add braintrust docs ( #3628 )
...
CodeQL Advanced / Analyze (actions) (push) Has been cancelled
CodeQL Advanced / Analyze (python) (push) Has been cancelled
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
* Add braintrust docs
* Add more things
* fix eval command
* Add missing crewai-tools import
* Allow for dynamic inputs
2025-10-01 14:38:22 -04:00
Lucas Gomide
d31ffdbb90
docs: update Enterprise Action Auth Token section docs ( #3437 )
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-09-02 17:36:28 -04:00
Lucas Gomide
1217935b31
feat: add docs about Automation triggers ( #3375 )
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-08-20 22:02:47 -04:00
Greyson LaLonde
947c9552f0
chore: remove AgentOps integration ( #3334 )
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-08-17 23:07:41 -04:00
Tony Kipkemboi
e9b1e5a8f6
docs: add RBAC docs and other chores ( #3313 )
2025-08-13 12:08:42 -04:00
rishiraj
57c787f919
Docs update/add truefoundry ( #3245 )
...
* Add TrueFoundry observability integration documentation
- Added comprehensive TrueFoundry integration guide for CrewAI
- Included AI Gateway overview with key features
- Added technical architecture details for Traceloop SDK integration
- Provided step-by-step setup instructions
- Added advanced configuration examples
- Included tracing dashboard screenshot
- Added support contact and documentation links
* Update TrueFoundry integration documentation
Major improvements and fixes:
- Fixed integration pattern to follow LLM provider approach (base_url + api_key)
- Added technical architecture details showing LLM provider and observability flows
- Updated model names to use correct TrueFoundry format (openai-main/gpt-4o, anthropic/claude-3.5-sonnet)
- Added unified-code-tfy.png image for visual code example
- Reorganized document structure with better section placement
- Moved Additional Tracing section to better position
- Added link to TrueFoundry quick start guide
- Added comprehensive observability details and dashboard explanation
- Removed complex tracing setup in favor of simpler LLM provider integration
* Finalize TrueFoundry integration documentation
Key improvements:
- Updated base_url references to use placeholder from code snippet
- Added gateway-metrics.png image for observability dashboard
- Formatted metrics description with proper bullet points and bold headers
- Added link to TrueFoundry tracing overview documentation
- Improved readability and consistency throughout the documentation
- Updated Portuguese translation (pt-BR) version
* added truefoundry.mdx
* updated tfy mdx
* Update docs/en/observability/truefoundry.mdx
Co-authored-by: Nikhil Popli <97437109+nikp1172@users.noreply.github.com >
* Update truefoundry.mdx
* Update truefoundry.mdx
-minor updates
* Update truefoundry.mdx
* updated truefoundry.mdx PT-BR
---------
Co-authored-by: Nikhil Popli <97437109+nikp1172@users.noreply.github.com >
2025-08-13 10:08:15 -04:00
Mrunmay Shelar
1d9523c98f
docs: add LangDB integration documentation ( #3228 )
...
docs: update LangDB links in observability documentation
- Removed references to the AI Gateway features in both English and Portuguese documentation.
- Updated the Model Catalog links to point to the new app.langdb.ai domain.
- Ensured consistency across both language versions of the documentation.
2025-08-06 11:13:58 -04:00
Paras Sakarwal
11717a5213
docs: added integration with neatlogs ( #3138 )
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-07-14 11:08:24 -04:00
Akshit Madan
060c486948
Updated Docs for maxim observability ( #3003 )
...
* docs: added Maxim support for Agent Observability
* enhanced the maxim integration doc page as per the github PR reviewer bot suggestions
* Update maxim-observability.mdx
* Update maxim-observability.mdx
- Fixed Python version, >=3.10
- added expected_output field in Task
- Removed marketing links and added github link
* added maxim in observability
* updated the maxim docs page
* fixed image paths
* removed demo link
---------
Co-authored-by: Tony Kipkemboi <iamtonykipkemboi@gmail.com >
Co-authored-by: Lucas Gomide <lucaslg200@gmail.com >
2025-06-24 14:36:51 -04:00
Lorenze Jay
3e74cb4832
docs: add integrations documentation and images for enterprise features ( #2981 )
...
- Introduced a new documentation file for Integrations, detailing supported services and setup instructions.
- Updated the main docs.json to include the new "integrations" feature in the contextual options.
- Added several images related to integrations to enhance the documentation.
Co-authored-by: Tony Kipkemboi <iamtonykipkemboi@gmail.com >
2025-06-09 12:46:09 -04:00
Tony Kipkemboi
34c813ed79
Add enterprise testing image ( #2960 )
2025-06-04 15:05:35 -07:00
Tony Kipkemboi
2460f61d3e
docs: major docs updates ( #2897 )
2025-05-23 16:04:37 -04:00
Tony Kipkemboi
e21d54654c
docs: add MCP integration documentation and update enterprise docs ( #2868 )
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
2025-05-20 18:06:41 -04:00
Kunal Lunia
e1541b2619
Updated flow doc ( #2828 )
...
Co-authored-by: Lucas Gomide <lucaslg200@gmail.com >
2025-05-14 11:18:50 -04:00
Tony Kipkemboi
bc24bc64cd
Update enterprise docs and change YouTube video embed ( #2728 )
...
Notify Downstream / notify-downstream (push) Has been cancelled
Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com >
2025-04-30 08:46:37 -07:00
Tony Kipkemboi
51eb5e9998
docs: add CrewAI Enterprise docs ( #2691 )
...
Notify Downstream / notify-downstream (push) Has been cancelled
Mark stale issues and pull requests / stale (push) Has been cancelled
* Add enterprise deployment documentation to CLI docs
* Update CrewAI Enterprise documentation with comprehensive guides for Traces, Tool Repository, Webhook Streaming, and FAQ structure
* Add Enterprise documentation images
* Update Enterprise introduction with visual CardGroups and Steps components
2025-04-25 13:59:44 -07:00
Tony Kipkemboi
6d0039b117
docs: 0.114.0 release notes, navigation restructure, new guides, deploy video, and cleanup ( #2653 )
...
Notify Downstream / notify-downstream (push) Waiting to run
- Add v0.114.0 release notes with highlights image and doc links
- Restructure docs navigation (Strategy group, Releases tab, navbar links)
- Update quickstart with deployment video and clearer instructions
- Add/rename guides (Custom Manager Agent, Custom LLM)
- Remove legacy concept/tool docs
- Add new images and tool docs
- Minor formatting and content improvements throughout
2025-04-21 19:18:21 -04:00
Abby Morgan
838b3bc09d
Add opik screenshot
2025-03-26 09:36:05 -04:00
ayulockin
2c550dc175
add weave docs
2025-03-25 15:46:41 +05:30
TomuHirata
9cf3fadd0f
Add documentation for mlflow tracing integration ( #1988 )
...
Signed-off-by: Tomu Hirata <tomu.hirata@gmail.com >
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2025-02-04 16:18:50 -05:00
Patcher
77af733e44
[Doc]: Add documenation for openlit observability ( #1612 )
...
* Create openlit-observability.mdx
* Update doc with images and steps
* Update mkdocs.yml and add OpenLIT guide link
---------
Co-authored-by: Brandon Hancock (bhancock_ai) <109994880+bhancockio@users.noreply.github.com >
2024-12-03 12:38:49 -05:00
Tony Kipkemboi
c9152f2af8
Upgrade docs to mirror change from Poetry to UV ( #1451 )
...
* Update docs to use instead of
* Add Flows YouTube tutorial & link images
2024-10-16 10:57:41 -04:00
Tony Kipkemboi
a7696d5aed
Migrate docs from MkDocs to Mintlify ( #1423 )
...
* add new mintlify docs
* add favicon.svg
* minor edits
* add github stats
2024-10-10 19:14:28 -03:00