mirror of
https://github.com/lightpanda-io/browser.git
synced 2026-06-12 01:56:19 -04:00
agent: simplify command, schema, and repl logic
- Remove `input_schema_raw` from `SchemaInfo` and use `parameters` directly - Simplify JSON field extraction in `Verifier` to avoid `parseArgs` - Refactor REPL command splitting and environment substitution - Clean up and condense comments across the codebase
This commit is contained in:
@@ -129,6 +129,8 @@ fn disable(self: *Recorder, err: anyerror) void {
|
||||
}
|
||||
}
|
||||
|
||||
// --- Tests ---
|
||||
|
||||
fn parseLine(arena: std.mem.Allocator, line: []const u8) Command {
|
||||
return Command.parse(arena, line) catch unreachable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user