We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c29e11 commit 80c63b7Copy full SHA for 80c63b7
typescript-sdk/packages/client/src/agent/index.ts
@@ -1,4 +1,4 @@
1
export { AbstractAgent } from "./agent";
2
export type { RunAgentResult } from "./agent";
3
export { HttpAgent } from "./http";
4
-export type { AgentConfig } from "./types";
+export type { AgentConfig, HttpAgentConfig, RunAgentParameters } from "./types";
0 commit comments