DEV Community

Python

import antigravity

Posts

đź‘‹ Sign in for the ability to sort posts by relevant, latest, or top.
Streaming LLM Responses in Python Agents: What Goes Wrong and How to Fix It

Streaming LLM Responses in Python Agents: What Goes Wrong and How to Fix It

Comments
6 min read
Adding Memory to Your Python Agent Without a Vector Database

Adding Memory to Your Python Agent Without a Vector Database

Comments
5 min read
My agent called search() with `{"query": null}`. The error message I returned saved the next 30 minutes.

My agent called search() with `{"query": null}`. The error message I returned saved the next 30 minutes.

Comments
4 min read
Make Your Agent's API Calls Idempotent Before You Need To

Make Your Agent's API Calls Idempotent Before You Need To

Comments
5 min read
prompt-eval-rubric: Score Your Agent's Outputs Without Paying for Another LLM Call

prompt-eval-rubric: Score Your Agent's Outputs Without Paying for Another LLM Call

Comments
5 min read
Four Patterns for Multi-Agent Python Systems That Actually Work

Four Patterns for Multi-Agent Python Systems That Actually Work

Comments
5 min read
My RAG system slowly got worse for three months and nobody noticed.

My RAG system slowly got worse for three months and nobody noticed.

Comments
4 min read
I rewrote my Bedrock client three times. Then I extracted the boring parts into one library.

I rewrote my Bedrock client three times. Then I extracted the boring parts into one library.

Comments
4 min read
agent-shadow-mode: Run Your Agent in Record-Not-Execute Mode Before You Trust It

agent-shadow-mode: Run Your Agent in Record-Not-Execute Mode Before You Trust It

Comments
5 min read
Three Error Recovery Patterns for LLM Agent Tool Failures

Three Error Recovery Patterns for LLM Agent Tool Failures

Comments
5 min read
I shipped 50 agent infrastructure libraries. Here is what I learned.

I shipped 50 agent infrastructure libraries. Here is what I learned.

Comments
7 min read
agent-fn-registry: Register Your Agent Tools With Schema, Side Effects, and Defaults in One Place

agent-fn-registry: Register Your Agent Tools With Schema, Side Effects, and Defaults in One Place

Comments
5 min read
Setting Up Agent Observability in 30 Minutes

Setting Up Agent Observability in 30 Minutes

Comments
6 min read
Build System Prompts From Named Sections Instead of One Giant String

Build System Prompts From Named Sections Instead of One Giant String

Comments
4 min read
llm-fallback-router: Multi-Provider Failover for Python LLM Calls

llm-fallback-router: Multi-Provider Failover for Python LLM Calls

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