Replace all fmt.Errorf and errors.New in production code with
coreerr.E("caller.Method", "message", err) from go-log. Replace
all os.ReadFile/os.WriteFile/os.MkdirAll/os.Remove with coreio.Local
equivalents from go-io. Test files are intentionally untouched.
Co-Authored-By: Virgil <virgil@lethean.io>
|
||
|---|---|---|
| .. | ||
| engine.go | ||
| engine_test.go | ||
| parse.go | ||
| parse_test.go | ||
| prompt.go | ||
| prompt_test.go | ||
| tools_eaas.go | ||
| tools_eaas_test.go | ||
| tools_mcp.go | ||
| tools_mcp_test.go | ||
| types.go | ||
| types_test.go | ||