Skip to content

A modular Agentic AI Framework featuring RAG (Retrieval-Augmented Generation), tool-calling capabilities, and persona-driven prompt engineering. Built for scalable AI automation.

Notifications You must be signed in to change notification settings

Deepakkasyapa11/Agentic-AI-framework-Project-NEXUS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nexus-Agent Hub

Nexus-Agent Hub is a modular framework for building and deploying intelligent agents. It decouples core logic, tool execution, and knowledge retrieval into a unified system, moving away from monolithic script architectures.

crewai

Architecture

  • Core: Centralized prompt management and persona-driven templates.
  • Agents: Specialized tools (e.g., Weather API integration) for real-world interaction.
  • Knowledge Base: Vector-store implementation for RAG (Retrieval-Augmented Generation) using PDF indexing.
  • API: FastAPI gateway for serving agentic workflows as a microservice.

Key Features

  • Multi-Tool Orchestration: Dynamically switches between internal knowledge (RAG) and external tools (APIs).
  • Advanced Prompt Engineering: Implements few-shot, persona, and Chain-of-Thought (CoT) methodologies.
  • Local & Cloud LLM Support: Optimized for Ollama (local) and Gemini/HuggingFace (cloud) integrations.

Setup & Installation

Clone the repository:

About

A modular Agentic AI Framework featuring RAG (Retrieval-Augmented Generation), tool-calling capabilities, and persona-driven prompt engineering. Built for scalable AI automation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages