Skip to content

Commit

Permalink
Adds missing export (#3490)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoblee93 authored Dec 2, 2023
1 parent dae9f2f commit 2cc9951
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions langchain/src/agents/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ export {
Agent,
type AgentArgs,
BaseSingleActionAgent,
BaseMultiActionAgent,
RunnableAgent,
LLMSingleActionAgent,
type LLMSingleActionAgentInput,
type OutputParserArgs,
Expand Down

2 comments on commit 2cc9951

@vercel
Copy link

@vercel vercel bot commented on 2cc9951 Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 2cc9951 Dec 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

langchainjs-docs – ./docs/core_docs/

js.langchain.com
langchainjs-docs-ruddy.vercel.app
langchainjs-docs-git-main-langchain.vercel.app
langchainjs-docs-langchain.vercel.app

Please sign in to comment.