elismasilva commited on
Commit
546256f
·
1 Parent(s): 447f0bc
Files changed (2) hide show
  1. README.md +1 -1
  2. requirements.txt +2 -2
README.md CHANGED
@@ -155,4 +155,4 @@ print(results)
155
 
156
  - **Track Compliance**: This project is submitted for the **Building MCP (Enterprise)** track. It provides a comprehensive suite of 9+ tools focused on a real-world enterprise problem (software project management).
157
  - **Agentic Behavior**: The tools are designed to be consumed by both a deterministic **Workflow Agent** (for automation) and a **Planning Agent** (for conversational interaction), demonstrating a hybrid agentic architecture.
158
- - **Multi-LLM & Sponsor Tech**: Integrates **Gradio, Google Gemini, SambaNova, OpenAI, Nebius, and Blaxel**, showcasing a flexible, multi-provider approach.
 
155
 
156
  - **Track Compliance**: This project is submitted for the **Building MCP (Enterprise)** track. It provides a comprehensive suite of 9+ tools focused on a real-world enterprise problem (software project management).
157
  - **Agentic Behavior**: The tools are designed to be consumed by both a deterministic **Workflow Agent** (for automation) and a **Planning Agent** (for conversational interaction), demonstrating a hybrid agentic architecture.
158
+ - **Multi-LLM & Sponsor Tech**: Integrates **Gradio, Google Gemini, SambaNova, OpenAI, Nebius, and Blaxel**, showcasing a flexible, multi-provider approach.
requirements.txt CHANGED
@@ -4,5 +4,5 @@ requests
4
  sambanova
5
  markdown
6
  psycopg2-binary
7
- openai
8
- ddgs
 
4
  sambanova
5
  markdown
6
  psycopg2-binary
7
+ ddgs
8
+ openai