Tag

Agent Design

0 views collected around this technical thread.

DataFunSummit
DataFunSummit
Jun 8, 2025 · Artificial Intelligence

Mastering LLM Applications: Practical Agent Design and Implementation Strategies

This comprehensive guide explores the core implementation paths for large language model (LLM) applications, focusing on agent design, workflow orchestration, tool integration, memory management, multi‑agent architectures, and future trends, providing actionable methodologies and real‑world examples for practitioners.

AI AgentAgent DesignLLM
0 likes · 25 min read
Mastering LLM Applications: Practical Agent Design and Implementation Strategies
Tencent Technical Engineering
Tencent Technical Engineering
Apr 25, 2025 · Artificial Intelligence

Practical Guide to Building Effective AI Agents and Workflows

Fred’s practical guide expands Anthropic’s “Build effective agents” by offering a technical selection framework, clear definitions of agents versus workflows, a suite of reusable design patterns such as prompt‑chain routing and orchestrator‑worker loops, real‑world case studies, and concrete implementation tips that emphasize simplicity, transparency, and effective tool‑prompt engineering.

AI agentsAgent DesignLLM workflows
0 likes · 25 min read
Practical Guide to Building Effective AI Agents and Workflows
Architecture Digest
Architecture Digest
Dec 2, 2022 · Big Data

Design and Implementation of Vivo's Bees Log Collection Agent

This article presents the design principles, core techniques, and practical solutions of Vivo's self‑developed Bees log collection agent, covering file discovery, unique identification, real‑time and offline ingestion, checkpointing, resource control, platform management, and a comparison with open‑source alternatives.

Agent DesignBig DataJava
0 likes · 25 min read
Design and Implementation of Vivo's Bees Log Collection Agent
vivo Internet Technology
vivo Internet Technology
Nov 23, 2022 · Big Data

Design and Implementation of Vivo's Bees Log Collection Agent

Vivo’s Bees‑agent is a custom, lightweight log‑collection service that discovers rotating files via inotify, uniquely identifies them with inode and hash signatures, supports real‑time and offline ingestion to Kafka and HDFS, offers checkpoint‑resume, resource isolation, rich metrics, and a centralized management platform, outperforming open‑source collectors in latency, memory usage, and scalability.

Agent DesignBig DataHDFS
0 likes · 24 min read
Design and Implementation of Vivo's Bees Log Collection Agent
Architect
Architect
Dec 23, 2020 · Operations

Design and Evaluation of Log Collection Agents: Flume vs Filebeat

This article analyses the shortcomings of traditional log‑collection agents, compares Flume and Filebeat based on low‑cost, stability, efficiency and lightweight criteria, and presents practical solutions for file discovery, offset tracking, multi‑line handling and performance tuning in modern logging pipelines.

Agent DesignFilebeatLog Collection
0 likes · 13 min read
Design and Evaluation of Log Collection Agents: Flume vs Filebeat
Top Architect
Top Architect
Jun 28, 2020 · Operations

Design and Implementation of a Log Collection Agent: Challenges and Solutions

This article explains the evolution of logging, the role of log‑collection agents, industry solutions, and step‑by‑step techniques for building a reliable push‑mode log collector on Linux, covering file discovery, offset management, file identification, update detection, and safe resource release.

Agent DesignLinuxLog Collection
0 likes · 17 min read
Design and Implementation of a Log Collection Agent: Challenges and Solutions