Loading ai_agent/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ENV APP_PORT=9013 ENV MCP_SERVER_URL=http://127.0.0.1:8004/mcp ENV GROQ_API_KEY="" ENV GROQ_MODEL_NAME=qwen/qwen3-32b ENV GROQ_MODEL_NAME=openai/gpt-oss-20b WORKDIR /app Loading ai_agent/requirements.txt +2 −3 Original line number Diff line number Diff line langchain_google_genai==3.1.0 langchain_groq==1.0.1 mcp_use==1.4.0 langchain_groq==1.1.2 mcp_use==1.6.0 objgraph==3.6.2 python-dotenv==1.2.1 quart==0.20.0 Loading ai_agent/sub_agents/groq_agent.py +0 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,6 @@ async def create_groq_agent(): max_steps=10, system_prompt=PROMPT, llm=llm, max_retries_per_step=3, verbose=True, ) return agent No newline at end of file deployment/docker/docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ services: APP_PORT: 9013 MCP_SERVER_URL: http://mcp:8004/mcp GROQ_API_KEY: ${GROQ_API_KEY} GROQ_MODEL_NAME: qwen/qwen3-32b GROQ_MODEL_NAME: openai/gpt-oss-20b ports: - "9013:9013" networks: Loading mcp_module/requirements.txt +6 −5 Original line number Diff line number Diff line fastmcp==2.12.5 pydantic==2.12.3 python-dotenv==1.1.1 connexion==3.3.0 fastapi==0.129.0 fastmcp==3.0.0rc1 httpx==0.28.1 fastapi==0.115.0 uvicorn==0.32.0 pydantic==2.12.5 python-dotenv==1.2.1 uvicorn==0.40.0 Loading
ai_agent/Dockerfile +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ ENV APP_PORT=9013 ENV MCP_SERVER_URL=http://127.0.0.1:8004/mcp ENV GROQ_API_KEY="" ENV GROQ_MODEL_NAME=qwen/qwen3-32b ENV GROQ_MODEL_NAME=openai/gpt-oss-20b WORKDIR /app Loading
ai_agent/requirements.txt +2 −3 Original line number Diff line number Diff line langchain_google_genai==3.1.0 langchain_groq==1.0.1 mcp_use==1.4.0 langchain_groq==1.1.2 mcp_use==1.6.0 objgraph==3.6.2 python-dotenv==1.2.1 quart==0.20.0 Loading
ai_agent/sub_agents/groq_agent.py +0 −1 Original line number Diff line number Diff line Loading @@ -42,7 +42,6 @@ async def create_groq_agent(): max_steps=10, system_prompt=PROMPT, llm=llm, max_retries_per_step=3, verbose=True, ) return agent No newline at end of file
deployment/docker/docker-compose.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,7 @@ services: APP_PORT: 9013 MCP_SERVER_URL: http://mcp:8004/mcp GROQ_API_KEY: ${GROQ_API_KEY} GROQ_MODEL_NAME: qwen/qwen3-32b GROQ_MODEL_NAME: openai/gpt-oss-20b ports: - "9013:9013" networks: Loading
mcp_module/requirements.txt +6 −5 Original line number Diff line number Diff line fastmcp==2.12.5 pydantic==2.12.3 python-dotenv==1.1.1 connexion==3.3.0 fastapi==0.129.0 fastmcp==3.0.0rc1 httpx==0.28.1 fastapi==0.115.0 uvicorn==0.32.0 pydantic==2.12.5 python-dotenv==1.2.1 uvicorn==0.40.0