agentset
Verified Safeby agentset-ai
Overview
Agentset is an open-source platform providing end-to-end tooling for building, evaluating, and deploying production-ready Retrieval-Augmented Generation (RAG) and agentic AI applications, including ingestion, vector indexing, evaluation, chat playground, hosting, and a developer-friendly API.
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_WEBHOOK_SECRET
- TRIGGER_SECRET_KEY
- VERCEL_PROJECT_ID
- VERCEL_TEAM_ID
- VERCEL_API_TOKEN
Security Notes
The project uses `@t3-oss/env-nextjs` for environment variable validation, promoting secure handling of secrets. Authentication is handled by `better-auth`, and API handlers include rate limiting. Vercel API interactions rely on environment variables. No obvious 'eval' or obfuscation found in the truncated code. General practices appear robust, but full code review would be needed for absolute certainty.
Similar Servers
MaxKB
MaxKB (Max Knowledge Brain) is an enterprise-grade intelligent agent platform designed to lower the technical barrier and deployment costs of AI implementation, helping businesses quickly integrate mainstream large language models, build proprietary knowledge bases, and offer a progressive upgrade path from RAG to complex workflow automation and advanced agents for various application scenarios like smart customer service and office assistants.
Context-Engine
Self-improving code search and context engine for IDEs and AI agents, providing hybrid semantic/lexical search, symbol graph navigation, and persistent memory.
Lynkr
Lynkr is an AI orchestration layer that acts as an LLM gateway, routing language model requests to various providers (Ollama, Databricks, OpenAI, etc.). It provides an OpenAI-compatible API and enables AI-driven coding tasks via a rich set of tools and a multi-agent framework, with a strong focus on security, performance, and token efficiency. It allows AI agents to interact with a defined workspace (reading/writing files, executing shell commands, performing Git operations) and leverages long-term memory and agent learning to enhance task execution.
concierge
A framework for building and serving agentic workflows, enabling autonomous agents to interact with application services through structured stages and tasks.