From 48651e123ef0cf1d02eac781902517c0628b310a Mon Sep 17 00:00:00 2001 From: T Date: Wed, 27 May 2026 17:07:49 -0600 Subject: real coding agent tools --- src/main.zig | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index f95812d..bdb5390 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,6 +1,5 @@ const std = @import("std"); const panto = @import("panto"); -const ping_tool = @import("ping_tool.zig"); const lua_bridge = @import("lua_bridge.zig"); const lua_runtime = @import("lua_runtime.zig"); const extension_loader = @import("extension_loader.zig"); @@ -370,10 +369,6 @@ pub fn main(init: std.process.Init) !void { var agent = panto.agent.Agent.init(alloc, io, prov); defer agent.deinit(); - // smoke test: register a trivial built-in tool so we can exercise - // the tool-call loop against a real LLM. - try agent.registerTool(ping_tool.tool()); - // Spin up the long-lived Lua runtime. All Lua extensions load into // one `lua_State`; module-global state survives across calls. The // runtime registers with the agent as a single `ToolSource` named -- cgit v1.3