DEV Community

# agents

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Redact API Keys and Tokens From LLM Payloads Before They Leave Your Network

Redact API Keys and Tokens From LLM Payloads Before They Leave Your Network

Comments
4 min read
Strip Thinking Tags From LLM Output Before Sending to Users

Strip Thinking Tags From LLM Output Before Sending to Users

Comments
4 min read
Composable Output Guardrails: Filter Agent Responses Before They Reach Users

Composable Output Guardrails: Filter Agent Responses Before They Reach Users

Comments
4 min read
AgentSnap: Usage Tracking With Cost Aggregation for LLM Agents

AgentSnap: Usage Tracking With Cost Aggregation for LLM Agents

Comments
4 min read
Render Tool Output as LLM-Friendly Markdown: Give the Model Readable Data, Not Raw JSON

Render Tool Output as LLM-Friendly Markdown: Give the Model Readable Data, Not Raw JSON

Comments
5 min read
Ordered Provider Failover: Try Anthropic, Fall Back to OpenAI, Then Gemini

Ordered Provider Failover: Try Anthropic, Fall Back to OpenAI, Then Gemini

Comments
4 min read
Persist Your Agent's Conversation History Without Rolling Your Own JSON

Persist Your Agent's Conversation History Without Rolling Your Own JSON

Comments
4 min read
m365-graph-incident-agent: AI-Powered Incident Triage via Microsoft Graph

m365-graph-incident-agent: AI-Powered Incident Triage via Microsoft Graph

Comments
5 min read
Self-Impose Rate Limits on Your Agent Before Your Provider Does

Self-Impose Rate Limits on Your Agent Before Your Provider Does

Comments
6 min read
Give Your Agent a Scratchpad: Keyed In-Memory Notes Between Tool Calls

Give Your Agent a Scratchpad: Keyed In-Memory Notes Between Tool Calls

Comments
4 min read
In-Process LRU Cache for LLM Calls: Stop Paying for the Same Response Twice

In-Process LRU Cache for LLM Calls: Stop Paying for the Same Response Twice

Comments
4 min read
When the Model Says 'ASCENDING' and Your Enum Wants 'asc': tool-arg-fuzzy

When the Model Says 'ASCENDING' and Your Enum Wants 'asc': tool-arg-fuzzy

Comments
5 min read
VCR-Style Record/Replay for LLM Tests: Make Your Agent Tests Deterministic and Free

VCR-Style Record/Replay for LLM Tests: Make Your Agent Tests Deterministic and Free

Comments
4 min read
Declarative Tool Prerequisites: Enforce Tool Ordering Before the Agent Calls in the Wrong Order

Declarative Tool Prerequisites: Enforce Tool Ordering Before the Agent Calls in the Wrong Order

Comments
4 min read
Fill Missing Tool Args From Schema Defaults: Stop Your Agent From Omitting Optional Parameters

Fill Missing Tool Args From Schema Defaults: Stop Your Agent From Omitting Optional Parameters

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