This repository contains a collection of agentic and retrieval-augmented generation (RAG) projects, tools, and system control modules. The codebase is organized into several directories, each serving a specific purpose. Created just for fun.
- index.js: Entry point or main script for the project.
- RAG/: Contains scripts and tools related to Retrieval-Augmented Generation.
Agentict-Rag.js: Main RAG agent implementation.QuerryThenRetrive.js: Query and retrieval logic.Tools-withRag.js: Tools for use with RAG workflows.
- System_Controll/: System control agents and utilities.
system-ControlAgent.js: Agent for system-level control.systemControl.js: System control logic.Tools.js: Tools for system control.
- Tavily_Search/: Integrations and utilities for Tavily search.
tavily-search.js: Tavily search integration.tavilySearch-streaming.js: Streaming search with Tavily.
- prompts.txt: Prompt templates or examples used by agents.
- package.json / package-lock.json: Node.js project configuration and dependencies.
- Install dependencies:
npm install
- Run a script:
Or run any of the scripts in the subdirectories as needed.
node index.js
- Node.js (v14 or higher recommended)
Feel free to open issues or submit pull requests for improvements or new features.
Specify your license here (e.g., MIT, Apache 2.0, etc.).