Add Langchain Agent wrapper with OpenAI Function / Self-ask agent support (#82)
* update Param() type hint in MVP * update default embedding endpoint * update Langchain agent wrapper * update langchain agent
This commit is contained in:
committed by
GitHub
parent
0a3fc4b228
commit
8bb7ad91e0
@@ -1,5 +1,6 @@
|
||||
from .base import BaseAgent
|
||||
from .base import AgentType, BaseAgent
|
||||
from .langchain import LangchainAgent
|
||||
from .react.agent import ReactAgent
|
||||
from .rewoo.agent import RewooAgent
|
||||
|
||||
__all__ = ["BaseAgent", "ReactAgent", "RewooAgent"]
|
||||
__all__ = ["BaseAgent", "ReactAgent", "RewooAgent", "LangchainAgent", "AgentType"]
|
||||
|
Reference in New Issue
Block a user