Back to Home
salems-3Dpov icon

ai-agent-pipeline

Verified Safe

by salems-3Dpov

Overview

A production-ready AI agent pipeline for LLM workflows, agent orchestration, document processing, weather queries, and general Q&A with built-in monitoring and debugging.

Installation

Run Command
ai-pipeline --streamlit

Environment Variables

  • OPENAI_API_KEY
  • OPENWEATHERMAP_API_KEY
  • LANGCHAIN_API_KEY
  • LANGCHAIN_TRACING_V2
  • LANGCHAIN_ENDPOINT
  • LANGCHAIN_PROJECT
  • LLM_MODEL
  • EMBEDDING_MODEL
  • CHROMA_PERSIST_DIRECTORY
  • COLLECTION_NAME
  • WEATHER_API_BASE_URL

Security Notes

The server uses environment variables for all API keys (OpenAI, OpenWeatherMap, LangChain), which is a good security practice. There are no obvious hardcoded secrets, 'eval' statements, or malicious patterns in the provided source code. External API calls (OpenWeatherMap, OpenAI) are standard. The ChromaDB client explicitly disables anonymized telemetry. Input validation and error handling are implemented for services like PDF processing and weather data fetching, reducing common vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens2500
Stars0
Forks1
Last Update2026-01-19

Tags

AI AgentLangChainLangGraphRAGPDF ProcessingWeather API