Goal:
從 0 開始打造一個名為 agent-brain 的 python package (for llm using)
Motivation:
(以我目前 survey 到的) open source 的 agent 都有點太重了,想打造一個 plug and play for llm agent 的大腦 (包含多種演算法 e.g., re-act ...)
Step:
大概是一個 survey -> implementation 最後到打包的循環
Introduction 這次的主題聚焦在生成式 AI 中的 Agentic AI。對於 Agentic AI 的定義這裡不再贅述,有興趣的可參考 Hung-y...
前言 在正式切入實作之前,我想先從 2025 年的角度,帶大家也帶自己重新 overview 一下 Agentic LLM 的發展方向,並且釐清我想要打造的 a...
昨天介紹了 single-agent system 與 multi-agent system,今天我們 focus 在 single-agent system...