Deployment - chin3/Multi-Agent-Research-POC GitHub Wiki

🚀 Deployment Considerations

Dependencies

  • Python: httpx, semantic_kernel, python-dotenv
  • External: Ollama, Brave API key

Local vs Docker

  • Local: Uses localhost
  • Docker: Use host.docker.internal

Scaling

  • Single-user by default
  • Future: Add request queue for multi-user support

← Back to Home