MCPcopy Create free account
hub / github.com/atripati/ark / DefaultEngineConfig

Function DefaultEngineConfig

pkg/context/engine.go:30–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28}
29
30func DefaultEngineConfig() EngineConfig {
31 return EngineConfig{
32 InitialTools: 3,
33 ExpandStep: 3,
34 MaxRetries: 3,
35 CompressFirst: true,
36 ValidateCompression: true,
37 }
38}
39
40func NewEngine(mgr *Manager, config EngineConfig) *Engine {
41 return &Engine{

Callers 8

TestEngineBasicPrepareFunction · 0.85
TestEngineMaxRetriesFunction · 0.85
TestEngineSwapFailedToolFunction · 0.85
TestTracerRecordingFunction · 0.85

Calls

no outgoing calls

Tested by 8

TestEngineBasicPrepareFunction · 0.68
TestEngineMaxRetriesFunction · 0.68
TestEngineSwapFailedToolFunction · 0.68
TestTracerRecordingFunction · 0.68