From ce5a099dfde50b5416f7a9676914c938740e0ada Mon Sep 17 00:00:00 2001 From: kadirpekel Date: Thu, 20 Nov 2025 13:02:47 +0100 Subject: [PATCH] docs: Add Hector as compatible AI agent platform integration (#2662) docs: add Hector as compatible AI agent platform integration Signed-off-by: Kadir Pekel --- docs/integrations/hector.md | 13 +++++++++++++ mkdocs.yml | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/integrations/hector.md diff --git a/docs/integrations/hector.md b/docs/integrations/hector.md new file mode 100644 index 00000000..68195af7 --- /dev/null +++ b/docs/integrations/hector.md @@ -0,0 +1,13 @@ +Docling is available in [Hector](https://gohector.dev) as an MCP-based document parser +for RAG systems and document stores. + +Hector is a production-grade A2A-native agent platform that integrates with Docling via +the [MCP server](../usage/mcp.md) for advanced document parsing capabilities. + +- 💻 [Hector GitHub][github] +- 📖 [Hector Docs][docs] +- 📖 [Using Docling with Hector][tutorial] + +[github]: https://github.com/kadirpekel/hector +[docs]: https://gohector.dev +[tutorial]: https://gohector.dev/blog/posts/using-docling-with-hector/ diff --git a/mkdocs.yml b/mkdocs.yml index 7729ba95..99eb9290 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -136,6 +136,7 @@ nav: - "Bee Agent Framework": integrations/bee.md - "Crew AI": integrations/crewai.md - "Haystack": integrations/haystack.md + - "Hector": integrations/hector.md - "LangChain": integrations/langchain.md - "Langflow": integrations/langflow.md - "LlamaIndex": integrations/llamaindex.md