Skip to content
View maaz-codes's full-sized avatar

Highlights

  • Pro

Block or report maaz-codes

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
maaz-codes/README.md
  • 👋 Hi, I'm an AI Engineer — I build agentic systems, RAG pipelines, and voice AI
  • 🔭 Currently building Weeave — an AI agent marketplace, live on the iOS App Store
  • 🛠️ LangGraph · Agno · Composio · React Native · Supabase · Claude
  • 🤝 Open to remote founding engineer roles at AI-native startups
  • 📫 How to reach me: maazkhan.dev@outlook.com

Pinned Loading

  1. agentic-ai-architectures agentic-ai-architectures Public

    A collection of AI agent implementations exploring agentic patterns, RAG architectures, and LangGraph workflows. Built while studying the LangChain/LangGraph ecosystem — each project is a standalon…

    Python

  2. gmail-ai-agent gmail-ai-agent Public

    A production-grade AI-powered Gmail agent built with Agno, Composio, and Claude. Handles email reading, drafting, searching, and management through natural language.

    Python

  3. minishell minishell Public

    Minishell is a minimalistic shell implementation for Unix-like systems, developed as part of the 42 curriculum. It mimics the behavior of Bash while reinforcing understanding of process management,…

    C 1

  4. philosophers philosophers Public

    A C implementation of the classic "Dining Philosophers" problem. This project demonstrates threading and mutexes to manage concurrent access to shared resources (forks) as philosophers eat, think, …

    C

  5. cub3d cub3d Public

    cub3D is a lightweight 3D game engine built from scratch in C using the miniLibX library. Inspired by the classic Wolfenstein 3D, this project demonstrates the core principles of ray-casting and re…

    C 1

  6. push_swap push_swap Public

    Push Swap is sorting algorithm that calculates and displays on the standard output the smallest program, made of Push swap language instructions, that sorts the integers received as arguments.

    C