Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.07 KB

File metadata and controls

38 lines (31 loc) · 1.07 KB

ai-agents-dev-kit

This is a self hosting repository for creating AI Agents and AI Agent powered workflows using n8n, qdrant, neo4j, ollama, postgres and redis

Architecture

Arch

How to run

On Linux and Mac:

git clone git@github.com:pavanjava/ai-agents-dev-kit.git
cd <repo>
sh setup.sh

On Windows (powershell)

git clone git@github.com:pavanjava/ai-agents-dev-kit.git
cd <repo>
sh setup_experimental.ps1

What all gets installed as part of devkit?

  • ✨  n8n platform
  • ✨  Qdrant version 1.13 (latest)
  • ✨  Neo4j for knowledge graphs
  • ✨  Ollama with llama3.2: latest installed
  • ✨  Redis stack for fully function redis cache
  • ✨  PostgreSQL for maintaining n8n state, data and configuration

What all you can use this platform for ?

  • 🌟  Intelligent AI Agents
  • 🌟  Intelligent Workflow management
  • 🌟  Intelligent knowledge graph Agents
  • 🌟  Intelligent RAG pipeline Agents
  • 🌟  Intelligent social media Agents
  • 🌟  much more