Skip to content

Instantly share code, notes, and snippets.

View nicognaW's full-sized avatar
🈚
not shipping

nk nicognaW

🈚
not shipping
View GitHub Profile
@nicognaW
nicognaW / agent.py
Created July 31, 2025 05:30 — forked from leerob/agent.py
agent.py
import os
import json
import subprocess
from anthropic import Anthropic
# Tool definitions
TOOLS = [
{
"name": "list_files",
"description": "List files and directories at a given path",