feat(core): introduce remote agent infrastructure and rename local executor (#15110)

This commit is contained in:
Adam Weidman
2025-12-17 12:06:38 -05:00
committed by GitHub
parent da85aed5aa
commit d02f3f6809
15 changed files with 295 additions and 151 deletions
@@ -236,7 +236,7 @@ describe('ModelConfigService Integration', () => {
// Re-instantiate service for this isolated test to not pollute other tests
const service = new ModelConfigService(complexConfig);
// Register a runtime alias, simulating what AgentExecutor does.
// Register a runtime alias, simulating what LocalAgentExecutor does.
// This alias extends a static base and provides its own settings.
service.registerRuntimeModelConfig('agent-runtime:my-agent', {
extends: 'creative-writer', // extends a multi-level alias