
openai-agents-chat-demo
openai agents chat demo. integration custom llm and mcp server and function tool
3 years
Works with Finder
2
Github Watches
0
Github Forks
2
Github Stars
openai-agents-chat-demo
openai agents chat demo. integration custom llm and mcp server and function tool
基于openai-agents框架实现的聊天对话机器人。
功能特点
- 使用OpenAI Agents框架实现智能对话
- 支持自定义工具函数扩展能力
- 提供简洁的Web界面进行交互
- 支持对话历史记录和上下文管理
安装与使用
环境要求
- Python 3.8+
- llm API密钥
安装依赖
pip install -r requirements.txt
配置
- 查看config,进行自定义配置
运行
python app.py
访问 http://localhost:8050 开始使用聊天机器人。
项目结构
-
app.py
: Web应用主入口 -
agent.py
: 聊天代理实现 -
config.py
: 配置文件 -
templates/
: HTML模板 -
static/
: 静态资源文件 -
utils/
: 工具函数
相关推荐
🧑🚀 全世界最好的LLM资料总结(Agent框架、辅助编程、数据处理、模型训练、模型推理、o1 模型、MCP、小语言模型、视觉语言模型) | Summary of the world's best LLM resources.
🔥 1Panel provides an intuitive web interface and MCP Server to manage websites, files, containers, databases, and LLMs on a Linux server.
⛓️RuleGo is a lightweight, high-performance, embedded, next-generation component orchestration rule engine framework for Go.
This repository is for development of the Azure MCP Server, bringing the power of Azure to your agents.
Flock is a workflow-based low-code platform for rapidly building chatbots, RAG, and coordinating multi-agent teams, powered by LangGraph, Langchain, FastAPI, and NextJS.(Flock 是一个基于workflow工作流的低代码平台,用于快速构建聊天机器人、RAG、Agent和Muti-Agent应用,采用 LangGraph、Langchain、FastAPI 和 NextJS 构建。)
This project was created to demonstrate how we can connect with different Model Context Protocols (MCPs).