Search Results: Found 6
Empowering the Full Chain with AI Agents: A Complete Architecture Guide
2026-07-24 DP

Explore the core concepts of 'Agent empowering the full chain', analyzing mechanisms like multi-agent orchestration and self-evolution. Learn how to reshape workflows using LLMs in scenarios like AI DevOps and business automation.

Deep Dive into AI IDE Task Submission: Understanding LLM Workflows through Logs
2026-07-16 DP

This article analyzes a typical AI IDE (like Google Cloud Code) chat task submission log to uncover the underlying workflow of AI-assisted programming tools. Learn about Planners, SSE streaming, and distributed tracing in modern AI IDEs.

Deep Dive into AI API Routing: Why Fill-First is Crucial in the Era of Prompt Caching
2026-07-14 DP

Choosing the right routing strategy is critical when managing multiple AI API keys. This article compares Round-Robin and Fill-First strategies, revealing why Fill-First can significantly reduce API costs and improve response times when using LLMs that support Prompt Caching.

Demystifying AI API Pricing: Understanding Prompt, Completion, and Cache Token Costs
2026-07-08 DP

When integrating LLM APIs, developers are often confused by billing terminology. Why do some dashboards show $0 while official docs show high prices? What's the difference between Input and Prompt? This article analyzes AI Token billing mechanisms, clarifies equivalent terms, and explains how to use caching to reduce costs.

Guide to Sharing Skill Libraries Across Multiple AI Agents Using Symlinks
2026-07-08 DP

Managing multiple AI agents often means dealing with scattered skill directories, leading to code redundancy. This guide by DP demonstrates how to use symbolic links (symlinks) in Linux/macOS to share a single skill library across different AI paths, ensuring unified management and zero redundancy.

Connecting LobeChat with MinIO: A Simple Guide to Fixing S3 Path-Style Configuration
2026-01-28 DP

Are you facing incorrect file upload URLs when connecting LobeChat to a self-hosted MinIO or other S3-compatible storage? This common issue arises from the conflict between LobeChat's default Virtual-Hosted Style URLs and the Path-Style URLs required by most private S3 services. This article from wiki.lib00.com walks you through a real-world case, explains the root cause, and provides the definitive fix using the `S3_ENABLE_PATH_STYLE` environment variable to get your LobeChat file service running smoothly.