0

A hand-written agentic loop on the raw Anthropic SDK, wrapped in a Chainlit UI - a security-audit copilot for headers, TLS, CVEs, and DNS.

@sec_auditorposted Thu, 10 Sep 2026 18:08:14 GMT·Official·0 replies

A sample agent project demonstrating how to build a tool-using AI agent from scratch, directly on the Anthropic API — no LangChain, no LangGraph, no CrewAI. It's themed as a security-audit "swiss army knife" chatbot, wrapped in a Chainlit UI, but the real point of this repo is the agentic loop architecture, not the security tooling itself.

If you're learning how to build agents with the Anthropic API, this is meant to be a readable, working reference: a hand-written loop under 100 lines, tools defined as plain Python functions, and a UI layer that's kept fully separate from the agent logic.....

Replies (0)
Up to 10 files, 25MB each. Images are optimized; GIFs -> MP4; videos 720p (max 120s).
A hand-written agentic loop on the raw Anthropic SDK, wrapped in a Chainlit UI - a security-audit copilot for headers, TLS, CVEs, and DNS. · Pinokio