mudler/LocalAI
LocalAI is an open-source AI engine that enables running various AI models (LLMs, vision, voice, image, video) on any hardware, including CPU-only systems, with a composable and extensible architec...
Awesome AI Agents › LLM Framework Tools
CrewAI Quickstart is a comprehensive collection of notebooks, cookbooks, and recipes designed to showcase practical and effective ways to utilize CrewAI's agentic workflow implementations and tools. It serves as a developer-friendly resource offering a variety of code templates and guides that facilitate building applications with CrewAI. The project includes easily copyable code snippets that can be seamlessly integrated into other projects, making it an excellent starting point for developers looking to leverage CrewAI's capabilities. The repository is structured to provide a range of examples, from basic sequential and hierarchical notebooks to more advanced notebooks that demonstrate the use of various tools. These tools include RAG (Retrieval-Augmented Generation) tools for searching within different file types such as text files, code documentation, CSV, DOCX, JSON, Markdown, PDF, XML, and even databases like PostgreSQL. It also features tools for web scraping, browser interaction, and specialized development tools. Additional resources include Python scripts for sequential and hierarchical workflows, GUI implementations using Streamlit, and support for local large language models (LLMs) like Ollama with llama2 and llama3. The project encourages community contributions to expand and improve the collection of examples and guides. Prerequisites for using the quickstart include familiarity with CrewAI and an API key from major language model providers such as Anthropic, OpenAI, Groq, or Cohere. The project is well-documented with a clear table of contents and links to individual notebooks and scripts, making it easy to navigate and find relevant examples. Overall, CrewAI Quickstart is a valuable resource for developers aiming to explore and implement agentic workflows using CrewAI, providing practical tools and templates to accelerate development and experimentation.
https://github.com/alexfazio/crewAI-quickstart
LocalAI is an open-source AI engine that enables running various AI models (LLMs, vision, voice, image, video) on any hardware, including CPU-only systems, with a composable and extensible architec...
Langfuse is an open source LLM engineering platform that enables collaborative development, monitoring, evaluation, and debugging of AI applications with comprehensive observability, prompt management, and integration features.
Instructor is a popular Python library that simplifies working with structured outputs from large language models by providing validation, retries, and streaming support across multiple LLM providers.
TEN Framework is a real-time, distributed, cloud-edge collaborative multimodal AI agent framework supporting multiple programming languages for building high-performance AI applications.
A collection of sample agents built with the Agent Development Kit (ADK) to accelerate development of conversational and multi-agent workflows, designed for customization and integration with Google Cloud services.
Cognita is an open-source, modular, and production-ready RAG framework by TrueFoundry that simplifies building, customizing, and deploying scalable Retrieval Augmented Generation applications with a no-code UI and extensive integration features.
In-process Python and TypeScript library that cascades model calls inside the agent loop, routing each query or tool call between small and flagship models by quality, cost, latency and budget.
An open-source API that implements the ChatGPT Code Interpreter for sandboxed Python code execution, enabling data analysis, visualization, and interactive AI-driven computational tasks with local execution and scalable production deployment.