frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: AgentDbg - local-first debugger for AI agents (timeline, loops, etc.)

https://github.com/AgentDbg/AgentDbg
3•z-a-f•2h ago
AgentDbg is a local-first debugger for AI agents. It records structured runs (LLM calls, tool calls, state, errors) to JSONL and shows the timeline UI locally. There is no need for cloud, accounts, and no telemetry.

Flow is as simple as:

  1. Run an agent
  2. `agentdbg view`
  3. Inspect the timeline, loop warnings, errors, etc.
v0.1 includes `@trace` and `traced_run`, recorders, loop detection, best-effort redaction (by default), local UI, export. I also started working on integrations: there is an optional LangChain/LangGraph callback.

* Repo: https://github.com/AgentDbg/AgentDbg

* Demo: `python examples/demo/pure_python` and then `agentdbg view`

Would love feedback on:

  1. Trace format
  2. Integrations to prioritize in the next several days
  3. What you would want for deterministic replay

Comments

z-a-f•2h ago
Sorry about long links, but here are some GIFs of what you get:

Custom agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...

LangChain agents view: https://raw.githubusercontent.com/AgentDbg/AgentDbg/4d0fcb94...

z-a-f•2h ago
Quick "try it in 60s":

    git clone https://github.com/AgentDbg/AgentDbg.git
    cd AgentDbg
    pip install -e .
    python examples/demo/pure_python.py
    agentdbg view

What you will see:

  - LLM and tool calls + errors + state updates
  - Loop warnings when the same pattern repeats
  - Everything is stored locally as JSONL
For LangChain / LangGraph adapter:

    pip install -e ".[langchain]"

Show HN: PgDog – Scale Postgres without changing the app

https://github.com/pgdogdev/pgdog
109•levkk•4h ago•28 comments

Show HN: Sowbot – open-hardware agricultural robot (ROS2, RTK GPS)

https://sowbot.co.uk/
66•Sabrees•4h ago•24 comments

Show HN: Shibuya – A High-Performance WAF in Rust with eBPF and ML Engine

https://ghostklan.com/shibuya.html
16•germainluperto•1h ago•10 comments

Show HN: AI Timeline – 171 LLMs from Transformer (2017) to GPT-5.3 (2026)

https://llm-timeline.com/
93•ai_bot•11h ago•44 comments

Show HN: CIA World Factbook Archive (1990–2025), searchable and exportable

https://cia-factbook-archive.fly.dev/
449•MilkMp•23h ago•94 comments

Show HN: BVisor – An Embedded Bash Sandbox, 2ms Boot, Written in Zig

https://github.com/butter-dot-dev/bVisor
10•edunteman•2h ago•2 comments

Show HN: AgentDbg - local-first debugger for AI agents (timeline, loops, etc.)

https://github.com/AgentDbg/AgentDbg
3•z-a-f•2h ago•2 comments

Show HN: Unlock the best engineering knowledge in papers for your coding agent

https://code.paperlantern.ai
5•kalpitdixit•2h ago•19 comments

Show HN: What I've learned from shipping 25 mobile apps

https://newsletter.masilotti.com/p/what-ive-learned-from-shipping-25
3•joemasilotti•3h ago•0 comments

Show HN: Free ecommerce platform for link-in-bio people

https://stoar.page/
2•arajnoha•3h ago•2 comments

Show HN: A geometric analysis of Chopin's Prelude No. 4 using 3D topology

https://github.com/jimishol/cholidean-harmony-structure/blob/main/docs/03-case-study-chopin-prelu...
47•jimishol•3d ago•11 comments

Show HN: Mato – a Multi-Agent Terminal Office workspace (tmux-like)

https://github.com/mr-kelly/mato
3•chepy•4h ago•0 comments

Show HN: 3D Mahjong, Built in CSS

https://voxjong.com
120•rofko•1d ago•57 comments

Show HN: Agent Multiplexer – manage Claude Code via tmux

https://github.com/mixpeek/amux
2•Beefin•4h ago•0 comments

Show HN: TTSLab – A voice AI agent and TTS lab running in the browser via WebGPU

https://ttslab.dev
4•MbBrainz•4h ago•1 comments

Show HN: EloPhanto – A self-evolving AI agent that builds its own tools

https://github.com/elophanto/EloPhanto
2•elophanto_agent•5h ago•0 comments

Show HN: Self-hosted lightweight file sharing app. (folderhost)

https://github.com/MertJSX/folderhost
8•mertjsx•5h ago•0 comments

Show HN: I built an iOS app to WebRTC into my Mac terminal from the toilet

https://macky.dev
2•Sayuj01•5h ago•2 comments

Show HN: Local-First Linux MicroVMs for macOS

https://shuru.run
206•harshdoesdev•1d ago•61 comments

Show HN: Slipshow, a multi-paradigm presentation tool

https://slipshow.org
2•panglesd•6h ago•0 comments

Show HN: SkillScan – Free API to detect malicious AI agent skill files

https://skillscan.chitacloud.dev
3•AutoPilotAI•7h ago•0 comments

Show HN: Keep your eyes healthy with 20 20 20 rule reminder using bash

https://gist.github.com/kwkr/b6376b4ade4d14467334bc0dbb845a16
3•zukerpie•7h ago•0 comments

Show HN: Implementing ping from the Ethernet layer (ARP,IPv4,ICMP in user space)

https://github.com/v420v/ping
4•ibuki256•10h ago•1 comments

Show HN: Rendering 18,000 videos in real-time with Python

https://madebymohammed.com/pysaic
36•mbmproductions•1d ago•5 comments

Show HN: Agentic programming needs new processes

https://github.com/agereaude/cx/blob/main/CX.md
3•agereaude•7h ago•1 comments

Show HN: Llama 3.1 70B on a single RTX 3090 via NVMe-to-GPU bypassing the CPU

https://github.com/xaskasdf/ntransformer
384•xaskasdf•1d ago•100 comments

Show HN: Visual Tailwind CSS Style Guide – Single HTML file, no build step

https://winkelstraatnl.github.io/tailwind-style-guide/
3•tomdeleria•8h ago•0 comments

Show HN: TLA+ Workbench skill for coding agents (compat. with Vercel skills CLI)

https://github.com/younes-io/agent-skills/tree/main/skills/tlaplus-workbench
41•youio•1d ago•4 comments

Show HN: Monolith e-commerce platform for serverless

https://www.hoikka.dev/
2•zernobilly•8h ago•0 comments

Show HN: Iron-Wolf – Wolfenstein 3D source port in Rust

https://github.com/Ragnaroek/iron-wolf
86•ragnaroekX•2d ago•28 comments