Skip to content
View sandeep-alluru's full-sized avatar

Block or report sandeep-alluru

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.

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
sandeep-alluru/README.md

I got tired of watching AI agents make the same mistake twice with no way to know why.
So I built a diff engine. Then I needed to know when the facts it relied on had gone stale. So I built a staleness monitor.
Twelve libraries later, I had accidentally named the substrate layer of the agentic era.
Not frameworks. Not wrappers. The missing primitives — the things every serious agent stack eventually needs but nobody had bothered to build cleanly.
One sharp tool at a time.

Agents can act. Almost nothing yet verifies, tracks, or proves what they did. I am building that layer.

salluru.dev →


Now

Creator of agentdelta — semantic diff engine for AI agent behavior. Find the exact decision fork between two runs. MIT-licensed, PyPI-published, MCP-ready.

Creator of foghorn — decision staleness alerts for AI agents. Warns when a fact an agent relied on has changed downstream. pip install foghorn-ai

Building 12 open-source Python libraries for the full agentic AI infrastructure stack — observability, attestation, computer-use primitives, multi-agent coordination, and game AI. All MIT-licensed · Austin, TX.

Open to partnerships and select projects — Building agentic AI infrastructure, MCP server design, agent observability. DM @sandeep_alluru

Writing

agentdelta — semantic diff engine for AI agents foghorn — decision staleness alerts for AI agents groundcrew — state oracle for computer-use agents
agentdelta
Semantic diff · behavioral replay
foghorn
Staleness alerts · agent memory
groundcrew
State oracle · computer-use
humanproof — motor-noise fingerprinting for bot detection agentcrdt — semantic CRDT for multi-agent world state worldoracle — NPC contradiction detector and belief repair
humanproof
Bot detection · motor fingerprint
agentcrdt
CRDT · multi-agent state
worldoracle
NPC AI · belief repair

Open Source

agentdelta
agentdelta
Semantic diff engine — find the exact decision fork between two agent runs
focus agent diff behavioral testing
stars forks PyPI version monthly installs
foghorn
foghorn
Decision staleness alerts — warns when a fact an agent relied on has changed
focus staleness agent memory
stars forks PyPI version monthly installs
groundcrew
groundcrew
Deterministic state oracle and semantic action codec for computer-use agents
focus state oracle computer-use
stars forks PyPI version monthly installs
notarize
notarize
Canonical trace format and tamper-proof verifier for agent execution attestation
focus attestation trace verification
stars forks
clickproof
clickproof
Persistent GUI behavioral facts — what the agent saw and clicked, content-addressed
focus gui facts computer-use
stars forks
polaroid
polaroid
Embeddable CRDT scene graph — shared spatial memory for embodied AI agents
focus crdt scene graph
stars forks
humanproof
humanproof
Motor-noise fingerprinting — distinguish human from bot by mouse trajectory alone
focus bot detection motor fingerprint
stars forks
agentcrdt
agentcrdt
Semantic-causal CRDT — conflict-free agent-mutable world state with causal ordering
focus crdt multi-agent
stars forks
rulegraph
rulegraph
Natural-language rulebook compiler — parse game rules into executable logic graphs
focus game rules nlp
stars forks
balancelab
balancelab
Economy red-team — Bellman-Ford arbitrage exploit detection for game economies
focus economy exploit detection
stars forks
normsync
normsync
World constitution engine — norm-governed behavior contracts for multi-agent games
focus norms multi-agent
stars forks
worldoracle
worldoracle
NPC contradiction detector and belief repair for game worlds
focus npc ai belief repair
stars forks

Highlights

Research methodology 97 ideas → 6-axis adversarial kill-test → 15 survivors → 12 shipped. Every library passed: novelty, defensibility, composability, market timing, implementation risk, and narrative fit.
Quality bar 14-stage DevSecOps pipeline: lint · format · typecheck · tests (≥85% coverage) · SAST · secrets scan · dep audit · license check · build · pkg integrity · SBOM · release gate. All MIT-licensed, fully typed.
Stack Python · MCP (Model Context Protocol) · PyPI · ruff · mypy · bandit · cyclonedx
Location Austin, TX

GitHub streak stats for sandeep-alluru


X · LinkedIn · YouTube · salluru.dev

Popular repositories Loading

  1. agentdelta agentdelta Public

    Diff and regression-detect LLM agent execution traces

    Python

  2. foghorn foghorn Public

    Fact-level staleness detection for AI agent memory

    Python

  3. groundcrew groundcrew Public

    Action receipts and chain-of-custody for AI agents

    Python

  4. notarize notarize Public

    Canonical trace format and verifier for agent execution attestation

    Python

  5. clickproof clickproof Public

    Content-addressed GUI action facts for computer-use agents

    Python

  6. polaroid polaroid Public

    Spatial scene graphs and belief state for embodied agents

    Python