GetDefaultEngine returns the default engine configured by constants.DefaultEngine
()
| 562 | |
| 563 | // GetDefaultEngine returns the default engine configured by constants.DefaultEngine |
| 564 | func (r *EngineRegistry) GetDefaultEngine() CodingAgentEngine { |
| 565 | return r.engines[string(constants.DefaultEngine)] |
| 566 | } |
| 567 | |
| 568 | // GetAllAgentManifestFolders returns the union of all engines' GetAgentManifestPathPrefixes() |
| 569 | // with trailing slashes stripped, plus ".agents" as the gh-aw platform agent directory. |
no outgoing calls