상담원이 자신의 기억을 순회하거나 쿼리하는 것이 더 좋은 것은 무엇인가요?

작성자

카테고리:

← 피드로
DEV Community · CappyBara · 2026-06-24 개발(SW)

CappyBara

Which do yall use? The Agent Traverse or Query. My take is traversal.

Since querying is fuzzy and noisy. Traverse get your agent the info they want and need, but not traverse aimlessly.

My approach is saving the why and what:

Why = The Edges (causal relationship between nodes)

What = The Node (events, decisions, issues)

Together it make the whole causal chains.

Where do the Agent start in the graph? Based on its current task/etc, the Agent can traverse and understand the topic fully or view the causal chains which contain the Root node to the leaf node.

The Graph evolve with your Agent and your Agent Experience Compound .

Repo (https://github.com/NodeDex/NodeDex-v0.1) run Locally.

Feel free to give a try and tell me what you guys think.

Solo-build 0v0

원문에서 계속 ↗

코멘트

답글 남기기

이메일 주소는 공개되지 않습니다. 필수 필드는 *로 표시됩니다