Back to Home
agentset-ai icon

agentset

Verified Safe

by 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

Run Command
bun dev:web

Environment 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

Stats

Interest Score100
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars1795
Forks154
Last Update2026-01-19

Tags

RAGAIMachine LearningVector DatabaseIngestionChatbotAPIHostingEvaluationAgentic AI