agentset
Verified Safeby agentset-ai
Overview
Agentset is an open-source platform for building, evaluating, and deploying production-ready Retrieval-Augmented Generation (RAG) and AI agentic applications. It provides end-to-end tooling including document ingestion, vector indexing, evaluation/benchmarks, a chat playground, API hosting, and multi-tenancy capabilities.
Installation
bun dev:webEnvironment Variables
- DATABASE_URL
- RESEND_API_KEY
- BETTER_AUTH_SECRET
- BETTER_AUTH_URL
- GITHUB_CLIENT_ID
- GITHUB_CLIENT_SECRET
- GOOGLE_CLIENT_ID
- GOOGLE_CLIENT_SECRET
- REDIS_URL
- REDIS_TOKEN
- STRIPE_API_KEY
- STRIPE_WEBHOOK_SECRET
- NEXT_PUBLIC_STRIPE_PUBLIC_KEY
- TRIGGER_SECRET_KEY
- VERCEL_PROJECT_ID
- VERCEL_TEAM_ID
- VERCEL_API_TOKEN
- NEXT_PUBLIC_APP_NAME
- NEXT_PUBLIC_APP_SHORT_DOMAIN
- NEXT_PUBLIC_POSTHOG_KEY
- DEFAULT_PINECONE_API_KEY
- DEFAULT_PINECONE_HOST
- DEFAULT_TURBOPUFFER_API_KEY
- DEFAULT_AZURE_API_KEY
- DEFAULT_COHERE_API_KEY
- DEFAULT_ZEROENTROPY_API_KEY
- PARTITION_API_URL
- PARTITION_API_KEY
- S3_ACCESS_KEY
- S3_SECRET_KEY
- S3_ENDPOINT
- S3_BUCKET
Security Notes
The server demonstrates strong security practices by externalizing all sensitive information into environment variables, validated using `@t3-oss/env-nextjs`. It implements explicit authentication/authorization layers via `better-auth` and includes rate limiting using `@upstash/ratelimit` for API endpoints. Role-based access control is integrated for organization and namespace management. Vercel API tokens and S3 credentials are required, emphasizing the importance of secure deployment environments. No 'eval' or obvious obfuscation patterns were found.
Similar Servers
MaxKB
An enterprise-grade intelligent agent platform for building knowledge bases, RAG, complex workflows, and AI agents, targeting intelligent customer service and office assistants.
Context-Engine
A Retrieval-Augmented Generation (RAG) stack for codebases, enabling context-aware AI agents for developers and IDEs through unified code indexing, hybrid search, and local LLM integration.
AgentUp
AgentUp is an infrastructure framework for developing, deploying, and managing production-ready AI agents, providing Docker-like consistency, security, and extensibility.
AgentUp
A developer-first framework for building, deploying, and managing secure, scalable, and configurable AI agents, supporting various agent types (reactive, iterative) and the Model-Context Protocol (MCP) for seamless interactions.