8000 GitHub - ddihora1604/Agenix: Developed an AI marketplace that integrates various agents, including modular, independent agents like Professional Email Writer, Document Summarizer, YouTube Summarizer, Web Crawler, Image Generator, and Blog Writer along with a Job Agent, Case Study Agent and a Deep Research Agent, which can be combined with other agents in custom workflows.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Developed an AI marketplace that integrates various agents, including modular, independent agents like Professional Email Writer, Document Summarizer, YouTube Summarizer, Web Crawler, Image Generator, and Blog Writer along with a Job Agent, Case Study Agent and a Deep Research Agent, which can be combined with other agents in custom workflows.

Notifications You must be signed in to change notification settings

ddihora1604/Agenix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI Agent Marketplace

This project integrates a set of AI-powered marketing agents with a React frontend, allowing users to configure and execute marketing workflows.

Features

  • Dynamic Workflow Configuration: Drag and drop or select marketing agents to create customized workflows
  • Sequential Execution: Agents run in the exact order they are placed in the workflow
  • User Input Collection: Dynamically generated input forms based on the configured agents
  • Real-time Results Display: View the formatted output from each marketing agent
  • Markdown File Integration: Automatically displays .md files generated by the marketing_ai backend
  • Beautiful UI: Intuitive, visually appealing interface with smooth interactions

Available Marketing Agents

  1. Competitor Watchdog: Monitors and analyzes competitor activities in real-time
  2. Product Recommender: Provides AI-driven product recommendations based on customer behavior
  3. Trend Analyst: Identifies and analyzes market trends and patterns
  4. Content Creator: Generates engaging marketing content automatically
  5. Sales Strategist: Develops data-driven sales strategies

See Marketing Agents Documentation for detailed information about each agent's capabilities, inputs, and outputs.

Getting Started

  1. Clone the repository
  2. Install dependencies:
    npm install
    
  3. Run the development server:
    npm run dev
    
  4. Open http://localhost:3000 in your browser

How to Use

  1. Navigate to the Dashboard
  2. Select "Marketing" from the workflow selector
  3. Configure your workflow by either:
    • Clicking the "Configure" button on agent cards
    • Dragging agents into the workflow area
  4. Arrange agents in the desired execution order
  5. Click "Launch Workflow" to start
  6. Fill in the required input fields
  7. Click "Execute Workflow" to run the analysis
  8. View the results from each agent in the results section

Markdown Display Feature

The application automatically displays markdown (.md) files generated by the marketing AI agents. See Markdown Display Feature Documentation for more details on this functionality.

Backend Integration

The marketing agents are powered by a Python backend located in the marketing_ai directory. The backend uses:

  • CrewAI: For agent orchestration and workflow management
  • LLM Integration: Connects to language models for AI-powered processing
  • Sequential Processing: Executes agents in the specific order defined by the user
  • Output Generation: Creates markdown files in the marketing_ai/output directory

Technical Stack

  • Frontend: React, Next.js, Tailwind CSS
  • Backend: Python, CrewAI
  • Data Visualization: Chart.js
  • UI Components: Custom components with Tailwind

Documentation

Notes

  • The system reads real markdown files from the marketing_ai/marketing_ai/output directory
  • Sample markdown files can be generated using the script at scripts/create-sample-markdown.js
  • The application shows real-time updates as new markdown files are created

About

Developed an AI marketplace that integrates various agents, including modular, independent agents like Professional Email Writer, Document Summarizer, YouTube Summarizer, Web Crawler, Image Generator, and Blog Writer along with a Job Agent, Case Study Agent and a Deep Research Agent, which can be combined with other agents in custom workflows.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0