Back to Home
omri3193 icon

Enterprise-Multi-AI-Agent-Systems-

Verified Safe

by omri3193

Overview

Orchestrates multiple AI agents for complex reasoning and real-time information retrieval, integrating large language models with web search capabilities.

Installation

Run Command
python app/main.py

Environment Variables

  • GROQ_API_KEY
  • TAVILY_API_KEY

Security Notes

The code uses `subprocess.run` for internal service orchestration with hardcoded commands, which is safe. API keys are loaded from environment variables. There are no obvious code-level vulnerabilities like `eval()` with user input or hardcoded secrets. Standard LLM application risks such as prompt injection exist but are not code-specific vulnerabilities here. The `requests.post` to localhost is an internal communication.

Similar Servers

Stats

Interest Score36
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2026-01-19

Tags

AI AgentsLangGraphGroq LLMWeb SearchFastAPIStreamlit