Skip to content

rdgsc/neuraxis-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

NEURAXIS — AI Agent Suite for SMEs

Production-ready AI automation stack for small and medium businesses — customer service agents, B2B prospecting, reporting, and content generation.

Stack Status Client Language


Overview

NEURAXIS is an AI automation consultancy I founded to help French SMEs deploy practical AI agents that save time and generate revenue. This repository documents the agent stack built and deployed for real clients.

The first production deployment is for Ma Cave à Vin, a Lyon-based wine e-commerce company operating since 2004. The stack includes a customer service agent, a ticket management coordinator, automated workflows, and a content pipeline — all live in production.


Production Deployment — Ma Cave à Vin

Agent 1 — Léa (Customer Service Agent)

Botpress-powered SAV assistant deployed on the company website. Handles customer enquiries about orders, products, delivery, and returns. Escalates complex cases to human agents.

  • Platform — Botpress v3.6 (cloud)
  • Interface — Webchat widget embedded on website
  • Scope — Order tracking, product advice, return requests, FAQ
  • Live atbejewelled-sherbet-b6b4bc.netlify.app

Agent 2 — Léo (SAV Coordinator)

Internal agent that receives escalated cases from Léa, creates structured support tickets, and assigns them to the relevant team member via Airtable.

  • Platform — Botpress + Airtable integration
  • Scope — Ticket creation, case classification, team routing
  • Output — Structured Airtable records with priority, category, and customer data

Automation Workflows

n8n + Airtable + Google Calendar Pipeline

Automated workflow connecting customer interactions, internal task management, and team scheduling.

Customer interaction (Léa)
        │
        ▼
Escalation trigger (Léo)
        │
        ▼
Airtable ticket created ──► Google Calendar event scheduled
        │
        ▼
Team member notified (email + Telegram)

WordPress Auto-Publisher

Python script that generates and publishes SEO-optimised wine articles automatically, twice a month.

  • Content generation — Claude API (claude-sonnet) with 24 rotating wine topics
  • Publishing — WordPress REST API with Basic Auth
  • Schedule — Cron job at 09:00 on the 1st and 16th of each month
  • Output — Structured HTML articles with title, intro, body sections, and meta description

NEURAXIS Agent Catalogue

Five pre-built agent templates available for SME deployment:

Agent Function Stack
B2B Prospecting Agent Finds and qualifies leads, drafts outreach sequences Claude API + Phantombuster + n8n
Express SME Audit Analyses business processes and identifies automation opportunities Claude API + structured prompting
Customer Service Agent Handles inbound customer queries 24/7 Botpress + Claude API
Weekly Reporting Agent Generates KPI reports from raw data automatically n8n + Airtable + Claude API
LinkedIn Content Agent Produces and schedules LinkedIn posts Claude API + Brevo

Tech Stack

Layer Technology
AI / LLM Anthropic Claude API (claude-sonnet)
Agent platform Botpress v3.6
Workflow automation n8n (self-hosted)
Database Airtable
Content publishing WordPress REST API
Outreach Brevo (email), Phantombuster (LinkedIn)
Notifications Telegram Bot API
Hosting Netlify (demos), Contabo VPS (workflows)
Languages Python, Node.js, JavaScript

Architecture Overview

┌─────────────────────────────────────────────┐
│              NEURAXIS Agent Stack            │
│                                              │
│  ┌──────────┐    ┌──────────┐               │
│  │   Léa    │───►│   Léo    │               │
│  │ (SAV bot)│    │(Coord.)  │               │
│  └──────────┘    └────┬─────┘               │
│                       │                     │
│              ┌────────▼────────┐            │
│              │    n8n Workflow  │            │
│              └────────┬────────┘            │
│                       │                     │
│         ┌─────────────┼─────────────┐       │
│         ▼             ▼             ▼       │
│     Airtable    Google Calendar  Telegram   │
│                                             │
└─────────────────────────────────────────────┘

Separate pipeline:
Claude API ──► WordPress REST API ──► Published articles

Pilot Offer

NEURAXIS offers a 30-day pilot for SMEs: one AI agent deployed, configured, and tested — with a mandatory written testimonial on completion.

Pilot price: €490 (standard rate: €1,000)


Repository Structure

neuraxis-agents/
├── agents/
│   ├── lea-botpress/
│   │   └── system-prompt.md        # Léa SAV agent configuration
│   └── leo-coordinator/
│       └── routing-logic.md        # Léo ticket routing logic
├── workflows/
│   ├── n8n-airtable-calendar.json  # n8n workflow export
│   └── telegram-notifications.json
├── publisher/
│   ├── publish_article.py          # WordPress auto-publisher
│   ├── config.py                   # Topics + API config
│   └── INSTALLATION.md
├── demos/
│   └── lea-demo.html               # Live demo page
└── README.md

Results

Metric Value
Agents deployed in production 2 (Léa + Léo)
Workflows automated 3
Articles auto-published Every 15 days
Client Ma Cave à Vin (Lyon, since 2004)

About NEURAXIS

NEURAXIS helps French SMEs deploy AI automation without technical overhead. Three service pillars:

  1. AI agent deployment — customer service, prospecting, reporting
  2. AI-powered prospect generation — automated lead qualification pipelines
  3. Team training — prompting workshops and AI tool adoption

Author

Rodolphe de Gouvion Saint-Cyr Finance & Management student — ESDES Lyon Business School Founder, NEURAXIS

LinkedIn Website

About

Production AI agent stack for SME automation — Claude API, n8n, Botpress

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors