flowchart TD
User([사용자 입력]) --> Agent[run_agent]
Agent --> COT["CoT 추론"]
COT --> COT_Result["내부 사고 결과"]
COT_Result --> Inject["CoT 주입"]
Inject --> Main["메인 LLM 응답"]
Main --> Response["응답 생성"]
Response --> ToolSelect["Tool 선택 (Grammar)"]
ToolSelect --> JSON["JSON 출력"]
JSON --> Check{tools 비어있음?}
Check -->|Yes| Final([최종 답변 완료])
Check -->|No| Execute["Tool 실행"]
Execute --> WebSearch["web_search"]
Execute --> StockPrice["stock_price"]
WebSearch --> ToolResult["Tool 결과 주입"]
StockPrice --> ToolResult
ToolResult -->|다음 turn| COT
-
Notifications
You must be signed in to change notification settings - Fork 0
k-buildup/openloop
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published