summaryrefslogtreecommitdiff
path: root/src/main.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.zig')
-rw-r--r--src/main.zig5
1 files changed, 0 insertions, 5 deletions
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