openai-agents-chat-demo
@zzqfsy
openai-agents-chat-demo について
openai agents chat demo. integration custom llm and mcp server and function tool
基本情報
設定
以下の設定を使って、このサーバーを 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 とエージェント」の他のコンテンツ
Shell and Coding agent for Claude and other mcp clients
rusiaamanShell and coding agent on mcp clients
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Just Prompt - A lightweight MCP server for LLM providers
dislerjust-prompt is an MCP server that provides a unified interface to top LLM providers (OpenAI, Anthropic, Google Gemini, Groq, DeepSeek, and Ollama)
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
コメント