Back to Home
gautamgc17 icon

Agentic-AI-Projects

Verified Safe

by gautamgc17

Overview

Exposes a CrewAI-based Sports RAG Agent to IBM Agent Connect Framework, enabling it to answer sports questions using a vector database (Milvus) and web search (Tavily), with support for streaming and conversation memory.

Installation

Run Command
uvicorn server:app --reload

Environment Variables

  • WATSONX_URL
  • WATSONX_API_KEY
  • WATSONX_PROJECT_ID
  • MILVUS_HOST
  • MILVUS_PORT
  • MILVUS_USER
  • MILVUS_PASSWORD
  • MILVUS_COLLECTION_NAME
  • TAVILY_API_KEY

Security Notes

The server uses `verify=False` for `ibm_watsonx_ai.Credentials`, disabling SSL certificate verification, which is a security risk for production environments. Broad CORS is enabled (`allow_origins=["*"]`), which might expose clients to XSS vulnerabilities if not carefully managed in production. No hardcoded secrets or obvious malicious patterns were found; sensitive keys are read from environment variables.

Similar Servers

Stats

Interest Score32
Security Score7
Cost ClassHigh
Avg Tokens2000
Stars2
Forks0
Last Update2025-11-27

Tags

Agentic AICrewAIRAGWatsonXMilvusFastAPIStreamingExternal AgentSports