本项目主要实现使用FastAPI后端框架+CrewAI实现AI Agent复杂工作流。代码实现CrewAI的Flows功能,并支持Flow运行中间结果进行持久化存储和查询(MySQL),支持多Flow并行(Celery是一个强大的异步任务队列/作业队列库)。
☆119Apr 14, 2025Updated 11 months ago
Alternatives and similar repositories for CrewAIFlowsFullStack
Users that are interested in CrewAIFlowsFullStack are comparing it to the libraries listed below
Sorting:
- 本项目带大家搭建一个完整的AI应用全栈项目,Flask+Vue.js+CrewAI☆25Oct 11, 2024Updated last year
- 本项目主要介绍prompt工程相关用例。包括模拟智能推荐客服系统构建和问答、思维链、自洽性、思维树等相关进阶demo,旨在帮助大家理解prompt。通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)并使用FastAPI对应用进行API封装。☆52Sep 26, 2024Updated last year
- Weaviate (we-vee-eight) 是一个开源的AI原生向量数据库,可同时存储对象和向量,这样就可以将向量搜索与结构化过滤结合使用。本次分享为大家提供一份使用指南,包括如何安装部署、国内如何配置使用embedding模型、数据写入和查询☆23Apr 16, 2025Updated 11 months ago
- 实现使用开源 的LangFlow框架,零代码实现大模型相关应用如流量包推荐智能客服、RAG应用等,并使用两种方式将创建的工作流集成到自己的项目中☆31Sep 9, 2024Updated last year
- 为实现代码的高扩展性和兼容性,提出一套综合解决方案,支持多种大模型类型的无缝集成,包括GPT系列大模型、国内主流模型(如通义千问、智谱AI等),以及本地化部署的大模型(如qwen2.5)。☆27Nov 20, 2024Updated last year
- GraphRAG在2024.11.5发布 0.4.0新版本,引入增量更新索引和DRIFT图推理搜索查询,本项目对新增的两个新功能进行全面测试,并提供了一种支持多类型大模型使用GraphRAG解决方案,不仅支持GPT大模型,还支持本地大模型(Ollama)、阿里云通义千问、百…☆47Dec 1, 2024Updated last year
- Develop software using AI Agent teams (CrewAI framework)☆17Jul 3, 2025Updated 8 months ago
- Official code for "F5-TTS: A Fairytaler that Fakes Fluent and Faithful Speech with Flow Matching"☆14Nov 17, 2024Updated last year
- CEduMEval : A Chinese educational multi-task evaluation benchmark☆17Nov 18, 2024Updated last year
- Multi-Agent AI system that automatically retrieves the latest Football news and creates a newsletter☆28Apr 16, 2024Updated last year
- 🚀 本代码仓致力于分享AI领域的核心知识,涵盖了AI-Agent、RAG(Retrieval-Augmented Generation)、GraphRAG、大模型、大模型微调以及多模态等多个热点话题。这里将提供丰富的代码实例、理论解析和实战技巧,帮助你更好地理解和应用人工…☆12Jul 28, 2024Updated last year
- 本项目系列相关视频为大家测试CrewAI官方提供的Tools☆15Jan 2, 2025Updated last year
- 使用django+pyecharts+PP-Human开发的动态数据大屏, 有人流数据的采集入库, 打架、摔倒等事件警报,口罩检测等实用功能。边缘端版本使用onnx推理提升效率,服务端版本支持视频流推拉☆33May 3, 2023Updated 2 years ago
- 使用 docker 体验 flink sql + pyflink,帮助大家更深入理解 flink☆12Aug 28, 2023Updated 2 years ago
- Code for Retrieval augmented text-to-SQL generation for epidemiological question answering using electronic health records☆24May 15, 2024Updated last year
- ROUTE: Robust Multitask Tuning and Collaboration for Text-to-SQL (ICLR 2025 Pytorch Code)☆17May 15, 2025Updated 10 months ago
- homepage for memfit AI☆25Updated this week
- 基于DIFY的扩展系统,可供三方应用调用。增强dify提供动态知识库检索、数据库数据查询、生成PPT等能力☆20Apr 9, 2025Updated 11 months ago
- Instruction Tuning data generation uses LLM in a specific scenario.☆23May 2, 2024Updated last year
- ☆20Jun 21, 2024Updated last year
- AI Agent实现的自动化的长视频切片工具;Automated long - video slicing tool implemented by AI Agent☆20Oct 31, 2025Updated 4 months ago
- Fetch and insert AI-generated summaries of web content. Combine with Send To Kindle for quick summaries and full articles. Support for Mi…☆23Nov 30, 2025Updated 3 months ago
- Agentic RAG platform purpose-built for small language models (SLM). Robust PDF/SQL search☆91Aug 26, 2025Updated 6 months ago
- ☆14Feb 25, 2025Updated last year
- handy cli tool to convert your speech to clipboard text☆15Updated this week
- 一个用于BiliBili网站实时热点&舆情分析的AI 智能体☆90Nov 19, 2024Updated last year
- MCP Server测试系列☆32May 16, 2025Updated 10 months ago
- MCP Terminal 是一个基于 MCP(Model Context Protocol)的终端控制服务器,专为与大型语言模型(LLM)和 AI 助手集成而设计。它提供了一个标准化的接口,使 AI 可以执行终端命令并获取输出结果。☆26May 16, 2025Updated 10 months ago
- 💻🤖 302 AI Prompt Expert! 🚀✨☆25Aug 26, 2025Updated 6 months ago
- A NL2SQL plugin based on FocusSearch keyword parsing, offering greater accuracy, higher speed, and more reliability!☆38Apr 14, 2025Updated 11 months ago
- (1)使用低代码平台N8N实现对多个微信公众号文章进行自动采集并保存到本地文件 ; (2)使用主流的开源云原生向量数据库milvus将采集到的数据存储到知识库中并满足语义搜索、全文搜索及混合搜索; (3)将搜索功能封装为标准的MCP Server对外提供服务;(4)大模型(…☆40Sep 15, 2025Updated 6 months ago
- A CrewAI agent based app that helps you in finding flights and planning your itinerary at the destination with top recommended places to …☆16Nov 30, 2024Updated last year
- 生成自动滚动的视频分镜头拆解表格☆16Jul 25, 2024Updated last year
- ☆11Jan 6, 2025Updated last year
- ☆35Updated this week
- 在本项目中模拟健康档案私有知识库构建和检索全流程,通过一份代码实现了同时支持多种大模型(如OpenAI、阿里通义千问等)的RAG(检索增强生成)功能:(1)离线步骤:文档加载->文档切分->向量化->灌入向量数据库;在线步骤:获取用户问题->用户问题向量化->检索向量数据库…☆251Sep 6, 2024Updated last year
- The Level-Navi Agent, a framework that requires no training and utilizes large language models for deep query understanding and precise s…☆82Dec 27, 2024Updated last year
- Claude Code plugin for managing large coding tasks using git worktrees and background sessions☆38Dec 20, 2025Updated 3 months ago
- 使用Qwen1.5-0.5B-Chat模型进行通用信息抽取任务的微调,旨在: 验证生成式方法相较于抽取式NER的效果; 为新手提供简易的模型微调流程,尽量减少代码量; 大模型训练的数据格式处理。☆15Sep 6, 2024Updated last year