Skip to content

Instantly share code, notes, and snippets.

View kevinrawal's full-sized avatar
🎯
Focusing

Kevin Rawal kevinrawal

🎯
Focusing
View GitHub Profile
@kevinrawal
kevinrawal / create-agent.sh
Created August 3, 2026 06:58
Script for creating agents which can plug anywhere
#!/usr/bin/env bash
# create-agent.sh — scaffold a portable, embeddable LangGraph agent codebase.
# Fully generic: no domain-specific nodes, works for ANY agent you build.
#
# Usage:
# ./create-agent.sh my_agent
#
# After scaffolding, it installs deps and RUNS the agent immediately so
# you get proof-of-life output, not just a pile of files.