Anonymous View

DEV Community

Python

import antigravity

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
agent-event-bus: Sync and Async Pub/Sub for Agent Events

agent-event-bus: Sync and Async Pub/Sub for Agent Events

Comments
5 min read
tool-output-format: Render Tool Results as LLM-Friendly Markdown

tool-output-format: Render Tool Results as LLM-Friendly Markdown

Comments
5 min read
Per-Key Rate Limiting for Agent Tool Calls: Stop One User From Breaking Everything

Per-Key Rate Limiting for Agent Tool Calls: Stop One User From Breaking Everything

Comments
4 min read
Composable Stop Conditions: Know When Your Agent Is Actually Done

Composable Stop Conditions: Know When Your Agent Is Actually Done

Comments
4 min read
prompt-template-version: Semver-Pin Your System Prompts So You Can Always Roll Back

prompt-template-version: Semver-Pin Your System Prompts So You Can Always Roll Back

Comments
6 min read
Stop Your Agent from Sneaking in 'I would recommend...' When You Said Only 'escalate', 'resolve', or 'defer'

Stop Your Agent from Sneaking in 'I would recommend...' When You Said Only 'escalate', 'resolve', or 'defer'

Comments
5 min read
Five Things to Do Before You Deploy Your Agent to Production

Five Things to Do Before You Deploy Your Agent to Production

Comments
6 min read
Defending Against Prompt Injection in Python Agents

Defending Against Prompt Injection in Python Agents

Comments
6 min read
token-budget-py: Thread-Safe Token and USD Caps for Python Agents

token-budget-py: Thread-Safe Token and USD Caps for Python Agents

Comments
5 min read
Sliding Message Window for Agent Loops: Trim Context Without Splitting Tool Pairs

Sliding Message Window for Agent Loops: Trim Context Without Splitting Tool Pairs

Comments
4 min read
agent-replay-trace: step through JSONL agent traces for debugging

agent-replay-trace: step through JSONL agent traces for debugging

Comments
5 min read
llm-tool-arg-coerce: Stop LLM String Arguments From Crashing Your Tools

llm-tool-arg-coerce: Stop LLM String Arguments From Crashing Your Tools

Comments
5 min read
Single-Flight LLM Calls: Coalesce 50 Concurrent Identical Requests Into One API Call

Single-Flight LLM Calls: Coalesce 50 Concurrent Identical Requests Into One API Call

Comments
4 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
How to Know When Your Agent Is Done (Before It Runs Forever)

How to Know When Your Agent Is Done (Before It Runs Forever)

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