feat(0144c): launcher wiring + adapter al tool-use loop LLM

Schema DeviceMeshConfig en AgentConfig. Adapter ToolsForLLM convierte
ToolSpec → tools.Tool transparente al LLM existente. URL via env var
override. tools_allowed filter. agent-wsl-lucas blank import en launcher.

LLM ve los tools como cualquier otra herramienta. Effects runner ya
soporta ActionKindDeviceMesh como fallback. Build + tests verdes.
This commit is contained in:
2026-05-24 14:07:13 +02:00
parent 4c5bf95def
commit 61606d450d
6 changed files with 457 additions and 2 deletions
+1
View File
@@ -40,6 +40,7 @@ import (
_ "github.com/enmanuel/agents/agents/wikipedia-bot"
_ "github.com/enmanuel/agents/agents/exchange-bot"
_ "github.com/enmanuel/agents/agents/reminder-bot"
_ "github.com/enmanuel/agents/agents/agent-wsl-lucas"
testbot "github.com/enmanuel/agents/agents/test-bot"
)