mlops-agent / requirements.txt

Commit History

added fastmcp
475a1fb

Abid Ali Awan commited on

refactor: Remove MCP client from requirements.txt, streamlining project dependencies for better compatibility and maintenance.
3e9b055

Abid Ali Awan commited on

refactor: Update model in chat stream functions from gpt-4o to gpt-5-mini, enhancing response capabilities and performance in AI interactions.
88b57dd

Abid Ali Awan commited on

refactor: Remove MCP dependency from requirements.txt and retain Gradio, streamlining project dependencies for improved compatibility.
49575f3

Abid Ali Awan commited on

refactor: Update dependency versions in requirements.txt to specific versions for OpenAI, MCP, and add Gradio, ensuring compatibility and stability in the project.
b42ccfb

Abid Ali Awan commited on

refactor: Implement fallback mechanism for MCP client imports in orchestrator, enhancing compatibility and providing error messaging when MCP is unavailable. Update requirements to specify minimum versions for dependencies.
bd98f64

Abid Ali Awan commited on

refactor: Update chat functions to utilize structured message dictionaries for user and assistant interactions, enhance error handling for file uploads, and streamline message serialization in both synchronous and asynchronous chat flows.
5be4443

Abid Ali Awan commited on

fix: Correct openai-agents version in requirements.txt to ensure compatibility with the project dependencies.
118ce15

Abid Ali Awan commited on

refactor: Enhance chat message handling by transitioning to structured message dictionaries, improve error handling for file uploads, and update Gradio app configuration for better user interaction.
e363f01

Abid Ali Awan commited on

refactor: Remove .gitattributes file, enhance chat functionality with streaming support, and update Gradio app configuration for improved user experience.
8c542d2

Abid Ali Awan commited on

feat: Migrate agent to streamable HTTP, streamline app with environment variable configuration and a unified chat/file upload UI, and add dev utility files.
43d984b

Abid Ali Awan commited on

feat: Implement an MLOps agent that integrates with MCP tools via a Gradio UI and add necessary dependencies.
030e4b6

Abid Ali Awan commited on