Skip to content

aasim-syed/superjoinai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ› οΈ AI Workflow Architect – Built in Under 1 Hour

πŸ”₯ I built this project in just 1 hour to demonstrate how fast agentic AI systems can be prototyped when you focus on modular goal execution, not just LLM completions.


πŸš€ What It Does

A LangGraph-powered multi-agent system that transforms natural language goals into structured task flows β€” then executes them using mock tools (like Email, LinkedIn, and Calendar APIs).


πŸ’‘ Example Input

β€œSchedule a product webinar and send invites”

πŸ”„ What Happens

  1. 🎯 Goal Parsing – Extracts the intent from user input
  2. πŸ’¬ Clarification Agent – Asks for more info if the goal is vague
  3. 🧠 Fuzzy Task Planner – Uses fuzzy match + keyword logic to map goal to tools
  4. πŸ”§ Tool Executor – Simulates execution (email/calendar/post)
  5. πŸ” Feedback Loop – User can say "go again" or "stop"

🧩 Tech Stack

  • LangGraph – Agent workflow orchestration
  • Python – CLI backend
  • Difflib + input() – Fuzzy matching + interactive user feedback
  • Mock Mode – No real APIs needed, perfect for quick demos

πŸ”§ Tools (Mocked but Modular)

  • email_sender
  • calendar_api
  • linkedin_poster
  • default_tool (fallback for unknowns)

🧠 Smart Behaviors

  • Fuzzy match for terms like β€œwebinar”, β€œinvite”, β€œschedule”
  • Falls back to asking the user if the goal is unclear
  • Extensible design β€” easily plug GPT or API tools into each node

πŸ’₯ Why This Stands Out

  • ⏱️ Built in 1 hour β€” shows execution speed and architectural clarity
  • πŸ“¦ Agent-based, not just chat-based β€” structured, multi-step automation
  • πŸ”§ Built for real-world usage β€” not just a wrapper around OpenAI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages