DEV Community

Python

import antigravity

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Composable Output Guardrails: Filter Agent Responses Before They Reach Users

Composable Output Guardrails: Filter Agent Responses Before They Reach Users

Comments
4 min read
tool-secret-scrubber: Strip Secrets from Tool Logs Before They Reach Your LLM

tool-secret-scrubber: Strip Secrets from Tool Logs Before They Reach Your LLM

Comments
5 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
Fix Bad Structured Output by Feeding the Error Back to the Model

Fix Bad Structured Output by Feeding the Error Back to the Model

Comments
4 min read
Persist LLM Conversations Safely: JSONL, Redaction, and Encryption

Persist LLM Conversations Safely: JSONL, Redaction, and Encryption

Comments
6 min read
Step Through Your Agent's Failures Like a Debugger

Step Through Your Agent's Failures Like a Debugger

Comments
4 min read
Fast Heuristic Token Counter: Know Your Prompt Size Without Calling tiktoken

Fast Heuristic Token Counter: Know Your Prompt Size Without Calling tiktoken

Comments
4 min read
Structured Citations for LLM Agents: Track Where Every Claim Came From

Structured Citations for LLM Agents: Track Where Every Claim Came From

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
PII Redaction Before LLM Calls: Keep User Data Out of Your Prompt Logs

PII Redaction Before LLM Calls: Keep User Data Out of Your Prompt Logs

Comments
4 min read
Circuit Breaker for LLM Calls: Stop Hammering a Provider That Is Already Down

Circuit Breaker for LLM Calls: Stop Hammering a Provider That Is Already Down

Comments
4 min read
Named Persona Registry: Keep Your Agent Identities Consistent Across Every Session

Named Persona Registry: Keep Your Agent Identities Consistent Across Every Session

Comments
4 min read
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
Register Named Health Checks for Your Agent So You Know What's Broken

Register Named Health Checks for Your Agent So You Know What's Broken

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