refactor(tool): convert websearch tool internals to Effect (#21810)

This commit is contained in:
Kit Langton
2026-04-10 11:30:38 -04:00
committed by GitHub
parent aedc4e964f
commit 46b74e0873
4 changed files with 126 additions and 125 deletions

View File

@@ -1,7 +1,7 @@
import { NodeFileSystem } from "@effect/platform-node"
import { FetchHttpClient } from "effect/unstable/http"
import { expect } from "bun:test"
import { Cause, Effect, Exit, Fiber, Layer } from "effect"
import { FetchHttpClient } from "effect/unstable/http"
import path from "path"
import z from "zod"
import { Agent as AgentSvc } from "../../src/agent/agent"