AgentUp
Verified Safeby always-further
Overview
AgentUp is an infrastructure framework for developing, deploying, and managing production-ready AI agents, providing Docker-like consistency, security, and extensibility.
Installation
agentup runEnvironment Variables
- AGENTUP_API_KEY
- OPENAI_API_KEY
- ANTHROPIC_API_KEY
- OLLAMA_BASE_URL
- JWT_SECRET
- BEARER_TOKEN
- AGENT_CONFIG_PATH
Security Notes
The project demonstrates strong security practices including extensive Pydantic validation, configurable authentication (API Key, JWT, OAuth2), fine-grained scope-based authorization, network rate limiting, and SSRF prevention for webhooks. The plugin system includes security modes (allowlist, blocklist) to control which plugins can be loaded, and secrets are managed via environment variables. File system access for state management and local plugins is present but handled with awareness, for example, logging warnings when loading plugins from the filesystem in development mode. No obvious malicious patterns or hardcoded critical secrets were found.
Similar Servers
trigger.dev
Local development and AI agent interface for Trigger.dev workflows, enabling Python script execution and managing tasks, runs, and deployments.
mcp-use
A full-stack framework for building Model Context Protocol (MCP) servers, MCP clients, and AI agents in both Python and TypeScript, supporting interactive UI widgets and robust debugging.
klavis
Creates an AI agent that uses Klavis Strata to interact with Gmail and YouTube through MCP, demonstrating how to summarize a YouTube video and email the summary.
npcpy
A comprehensive Python library and framework for building, evaluating, and serving LLM-powered agents and multi-agent systems, integrating fine-tuning capabilities, knowledge graphs, and scalable model operations, with a built-in Flask API server for deployment.