Tests: cover agents and fix web defaults

Co-authored-by: RealSid08 <RealSid08@users.noreply.github.com>
This commit is contained in:
Peter Steinberger
2025-12-02 10:56:10 +00:00
parent f31e89d5af
commit ed080ae988
17 changed files with 285 additions and 82 deletions

View File

@@ -16,4 +16,3 @@ export function getAgentSpec(kind: AgentKind): AgentSpec {
}
export { AgentKind, AgentMeta, AgentParseResult } from "./types.js";