mirror of
https://github.com/mudler/LocalAGI.git
synced 2026-07-24 19:25:21 -04:00
Comment out DisableSinkState in agent configuration
Comment out the DisableSinkState option in agent.go.
This commit is contained in:
committed by
GitHub
parent
da9e8d7c20
commit
9965e3df36
+1
-1
@@ -893,7 +893,7 @@ func (a *Agent) consumeJob(job *types.Job, role string) {
|
||||
a.observer.Update(*job.Obs)
|
||||
}
|
||||
}),
|
||||
cogito.DisableSinkState,
|
||||
//cogito.DisableSinkState,
|
||||
cogito.WithTools(
|
||||
cogitoTools...,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user