MCP.so
登录

openai-agents-chat-demo

@zzqfsy

关于 openai-agents-chat-demo

openai agents chat demo. integration custom llm and mcp server and function tool

基本信息

分类

AI 与智能体

许可证

Apache-2.0

运行时

python

传输方式

stdio

发布者

zzqfsy

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "openai-agents-chat-demo": {
      "command": "python",
      "args": [
        "app.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is openai-agents-chat-demo?

openai-agents-chat-demo is a chat conversation robot built on the OpenAI Agents framework. It integrates a custom LLM, an MCP server, and function tools, providing a web interface for interactive dialogue with conversation history and context management.

How to use openai-agents-chat-demo?

Install dependencies with pip install -r requirements.txt, then configure the settings in config.py. Run python app.py and access http://localhost:8050 to start using the chatbot.

Key features of openai-agents-chat-demo

  • Web-based chat interface
  • Conversation history and context management
  • Custom tool function integration
  • Built on OpenAI Agents framework

Use cases of openai-agents-chat-demo

  • Interactive chat with custom LLM and tools
  • Testing and prototyping OpenAI Agents framework capabilities
  • Demonstrating MCP server integration in a chat bot

FAQ from openai-agents-chat-demo

What are the system requirements?

Python 3.8+ and an LLM API key are required.

How do I run the demo?

Install dependencies, configure the settings, run python app.py, and then open http://localhost:8050 in a browser.

What features does it support?

It supports web-based chat, custom tool functions, conversation history, and context management.

What framework is used?

The demo is built on the OpenAI Agents framework.

评论

AI 与智能体 分类下的更多 MCP 服务器