DEV Community

# agents

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
llm-retry-py: Full-Jitter Retry for LLM Calls in Python

llm-retry-py: Full-Jitter Retry for LLM Calls in Python

Comments
5 min read
Tool Call Deduplication: Stop Your Agent from Doing the Same Thing Twice

Tool Call Deduplication: Stop Your Agent from Doing the Same Thing Twice

Comments
6 min read
Debug Agent Failures After They Happen with JSONL Traces

Debug Agent Failures After They Happen with JSONL Traces

Comments
5 min read
The Agent That Retried Five Times Over a String: tool-arg-coerce-py

The Agent That Retried Five Times Over a String: tool-arg-coerce-py

Comments
5 min read
I parallelized two tool calls to speed up my agent. One was a database write. Here's what happened.

I parallelized two tool calls to speed up my agent. One was a database write. Here's what happened.

Comments
6 min read
agentguard: Network Egress Allowlist for AI Agent Tools

agentguard: Network Egress Allowlist for AI Agent Tools

Comments
5 min read
llm-budget-window: Per-Minute and Per-Hour Token Caps That Actually Work

llm-budget-window: Per-Minute and Per-Hour Token Caps That Actually Work

Comments
5 min read
Two Copies of the Tool List, One Agent That Broke: agent-fn-registry

Two Copies of the Tool List, One Agent That Broke: agent-fn-registry

Comments
7 min read
Make Your Agent Idempotent: Run It Twice, Get the Same Result

Make Your Agent Idempotent: Run It Twice, Get the Same Result

Comments
4 min read
llm-fallback-router-rs: Multi-Provider LLM Failover in Rust

llm-fallback-router-rs: Multi-Provider LLM Failover in Rust

Comments
5 min read
Durable Agent State Checkpoints: Resume Where You Left Off When the Run Crashes

Durable Agent State Checkpoints: Resume Where You Left Off When the Run Crashes

Comments
4 min read
One Registry to Rule All Your Agent Tools

One Registry to Rule All Your Agent Tools

Comments
4 min read
llm-message-hash-py: Canonical Hashes for LLM Request Structures

llm-message-hash-py: Canonical Hashes for LLM Request Structures

Comments
5 min read
Stop Paying for the Same Tool Call Twice: Memoize LLM Tool Calls with tool-call-cache

Stop Paying for the Same Tool Call Twice: Memoize LLM Tool Calls with tool-call-cache

Comments
5 min read
The Tool That Kept Doing Full-Table Scans: tool-arg-defaults

The Tool That Kept Doing Full-Table Scans: tool-arg-defaults

Comments
6 min read
đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.