perf: 上下文分级裁剪与Agent完成性保障
This commit is contained in:
6
go.mod
6
go.mod
@@ -6,7 +6,8 @@ require (
|
||||
github.com/charmbracelet/bubbles v1.0.0
|
||||
github.com/charmbracelet/bubbletea v1.3.10
|
||||
github.com/charmbracelet/lipgloss v1.1.0
|
||||
github.com/voocel/agentcore v1.5.1
|
||||
github.com/voocel/agentcore v1.5.3
|
||||
github.com/voocel/litellm v1.6.2
|
||||
)
|
||||
|
||||
require (
|
||||
@@ -28,8 +29,9 @@ require (
|
||||
github.com/muesli/cancelreader v0.2.2 // indirect
|
||||
github.com/muesli/termenv v0.16.0 // indirect
|
||||
github.com/rivo/uniseg v0.4.7 // indirect
|
||||
github.com/voocel/litellm v1.6.0 // indirect
|
||||
github.com/xo/terminfo v0.0.0-20220910002029-abceb7e1c41e // indirect
|
||||
golang.org/x/sys v0.38.0 // indirect
|
||||
golang.org/x/text v0.3.8 // indirect
|
||||
)
|
||||
|
||||
replace github.com/voocel/agentcore => ../agentcore
|
||||
|
||||
Reference in New Issue
Block a user