Skip to content

Gopendranath/Agentic-Projects

Repository files navigation

Agentic-Projects

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.

Project Structure

  • 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.

Getting Started

  1. Install dependencies:
    npm install
  2. Run a script:
    node index.js
    Or run any of the scripts in the subdirectories as needed.

Requirements

  • Node.js (v14 or higher recommended)

Contributing

Feel free to open issues or submit pull requests for improvements or new features.

License

Specify your license here (e.g., MIT, Apache 2.0, etc.).

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published