π§ Action
What is Action?
Attributes
Code Snippet
from openagi.actions.files import WriteFileAction
from openagi.actions.tools.ddg_search import DuckDuckGoSearch
actions = [
DuckDuckGoSearch,
WriteFileAction,
] Last updated