Skip to content

Commit e0d9805

Browse files
authored
Merge pull request #312 from PPraneesh/main
add exports of AgentTool, AgentTools in index.ts
2 parents 6783618 + fe913ad commit e0d9805

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

typescript/package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

typescript/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export { AgentSquad } from "./orchestrator";
3131
export { AgentOverlapAnalyzer, AnalysisResult } from "./agentOverlapAnalyzer";
3232

3333
export { ConversationMessage, ParticipantRole } from "./types"
34-
34+
export { AgentTools, AgentTool} from "./utils/tool"
3535
export { isClassifierToolInput } from './utils/helpers'
3636

3737

0 commit comments

Comments
 (0)