You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new integrations and remove Continue from Inference Providers (#2080)
* Add new integrations and remove Continue from Inference Providers
* Move VS Code guide to integrations section
- Move vscode.md from guides/ to integrations/
- Update _toctree.yml to reflect new location
- Add redirect from old URL to preserve existing links
|[Continue](https://continue.dev/)| AI code assistant for VS Code and JetBrains |[Official docs](https://docs.continue.dev/customize/model-providers/more/huggingfaceinferenceapi#hugging-face)|
20
+
|[CrewAI](https://www.crewai.com/)| Framework for orchestrating AI agent teams |[Official docs](https://docs.crewai.com/en/concepts/llms#hugging-face)|
21
+
|[GitHub Copilot Chat](https://docs.github.com/en/copilot)| AI pair programmer in VS Code |[HF docs](./vscode)|
21
22
|[fast-agent](https://fast-agent.ai/)| Flexible framework building MCP/ACP powered Agents, Workflows and evals |[Official docs](https://fast-agent.ai/models/llm_providers/#hugging-face)|
22
23
|[Haystack](https://haystack.deepset.ai/)| Open-source LLM framework for building production applications |[Official docs](https://docs.haystack.deepset.ai/docs/huggingfaceapichatgenerator)|
23
24
|[Inspect](https://inspect.aisi.org.uk/)| AI safety and evaluation framework |[Official docs](https://inspect.aisi.org.uk/providers.html#hugging-face)|
@@ -26,7 +27,9 @@ This table lists _some_ tools, libraries, and applications that work with Huggin
26
27
|[LlamaIndex](https://www.llamaindex.ai/)| Data framework for LLM applications |[Official docs](https://developers.llamaindex.ai/python/examples/llm/huggingface/#use-a-model-via-inference-providers)|
27
28
|[MacWhisper](https://goodsnooze.gumroad.com/l/macwhisper)| Speech-to-text application for macOS |[HF docs](./macwhisper)|
28
29
|[OpenCode](https://opencode.ai/)| AI coding agent built for the terminal |[Official docs](https://opencode.ai/docs/providers#hugging-face) / [HF docs](./opencode)|
30
+
|[PydanticAI](https://ai.pydantic.dev/)| Framework for building AI agents with Python |[Official docs](https://ai.pydantic.dev/models/huggingface/)|
29
31
|[Roo Code](https://roocode.com/)| AI-powered code generation and refactoring |[Official docs](https://docs.roocode.com/providers/huggingface)|
32
+
|[smolagents](https://huggingface.co/docs/smolagents)| Framework for building LLM agents with tool integration |[Official docs](https://huggingface.co/docs/smolagents/reference/models#smolagents.InferenceClientModel)|
30
33
31
34
## Integrations by Category
32
35
@@ -46,7 +49,7 @@ End-user applications and interfaces powered by LLMs.
46
49
47
50
AI-powered coding assistants and development environments.
48
51
49
-
-[Continue](https://continue.dev/) - AI code assistant for VS Code, JetBrains and the terminal ([Official docs](https://docs.continue.dev/customize/model-providers/more/huggingfaceinferenceapi#hugging-face))
52
+
-[GitHub Copilot Chat](https://docs.github.com/en/copilot) - AI pair programmer in VS Code ([HF docs](./vscode))
50
53
-[OpenCode](https://opencode.ai/) - AI coding agent built for the terminal ([Official docs](https://opencode.ai/docs/providers#hugging-face) / [HF docs](./opencode))
51
54
-[Roo Code](https://roocode.com/) - AI-powered code generation and refactoring ([Official docs](https://docs.roocode.com/providers/huggingface))
52
55
@@ -60,10 +63,13 @@ Tools for assessing and ensuring AI safety and performance.
60
63
61
64
LLM application frameworks and orchestration platforms.
62
65
63
-
-[Haystack](https://haystack.deepset.ai/) - Open-source framework for building production-ready LLM applications ([Official docs](https://docs.haystack.deepset.ai/docs/huggingfaceapichatgenerator))
66
+
-[CrewAI](https://www.crewai.com/) - Framework for orchestrating AI agent teams ([Official docs](https://docs.crewai.com/en/concepts/llms#hugging-face))
64
67
-[fast-agent](https://fast-agent.ai/) - Flexible framework building MCP/ACP powered Agents, Workflows and evals ([Official docs](https://fast-agent.ai/models/llm_providers/#hugging-face))
68
+
-[Haystack](https://haystack.deepset.ai/) - Open-source framework for building production-ready LLM applications ([Official docs](https://docs.haystack.deepset.ai/docs/huggingfaceapichatgenerator))
65
69
-[LangChain](https://www.langchain.com/) - Popular framework for developing LLM applications ([Official docs](https://docs.langchain.com/oss/python/integrations/providers/huggingface#huggingfaceendpoint))
66
70
-[LlamaIndex](https://www.llamaindex.ai/) - Data framework for connecting custom data to LLMs ([Official docs](https://developers.llamaindex.ai/python/examples/llm/huggingface/#use-a-model-via-inference-providers))
71
+
-[PydanticAI](https://ai.pydantic.dev/) - Framework for building AI agents with Python ([Official docs](https://ai.pydantic.dev/models/huggingface/))
72
+
-[smolagents](https://huggingface.co/docs/smolagents) - Framework for building LLM agents with tool integration ([Official docs](https://huggingface.co/docs/smolagents/reference/models#smolagents.InferenceClientModel))
0 commit comments