MCPcopy Create free account

hub / github.com/Link-AGI/AutoAgents / functions

Functions878 in github.com/Link-AGI/AutoAgents

MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
MethodNAME
()
frontend/app/libs/bootstrap.bundle.min.js:6
FunctionNavigation
(slider)
frontend/app/static/js/bulma-carousel.js:1502
FunctionPagination
(slider)
frontend/app/static/js/bulma-carousel.js:1653
FunctionR
(e)
frontend/app/libs/jquery.min.js:2
FunctionSl
(c)
frontend/app/static/js/fontawesome.all.min.js:5
FunctionSwipe
(slider)
frontend/app/static/js/bulma-carousel.js:1812
FunctionTransitioner
(slider)
frontend/app/static/js/bulma-carousel.js:1954
FunctionTranslate
(transitioner, slider)
frontend/app/static/js/bulma-carousel.js:2190
FunctionU
(e,t)
frontend/app/libs/jquery.min.js:2
MethodVERSION
()
frontend/app/libs/bootstrap.bundle.min.js:6
FunctionVc
(c)
frontend/app/static/js/fontawesome.all.min.js:5
Method__call__
Call method for the singleton metaclass.
autoagents/system/utils/singleton.py:20
Method__init__
(self, name="NextAction", context=None, llm=None, **kwargs)
autoagents/actions/steps.py:75
Method__init__
(self, name="CreateRolesTasks", context=None, llm=None)
autoagents/actions/create_roles.py:114
Method__init__
(self, name="Check Plan", context=None, llm=None)
autoagents/actions/check_plans.py:67
Method__init__
(self, name="Check Roles", context=None, llm=None)
autoagents/actions/check_roles.py:90
Method__init__
(self, name="CustomAction", context=None, llm=None, **kwargs)
autoagents/actions/custom_action.py:98
Method__init__
(self, name="CreateTasks", context=None, llm=None)
autoagents/actions/action_bank/project_management.py:106
Method__init__
(self, name="WriteCode", context: list[Message] = None, llm=None)
autoagents/actions/action_bank/write_code.py:46
Method__init__
(self, name="WriteCodeReview", context: list[Message] = None, llm=None)
autoagents/actions/action_bank/write_code_review.py:64
Method__init__
(self, name, context=None, llm=None)
autoagents/actions/action_bank/design_api.py:93
Method__init__
(self, name="", context=None, llm=None, engine=None, search_func=None, serpapi_api_key=None)
autoagents/actions/action_bank/search_and_summarize.py:104
Method__init__
(self, name="", context=None, llm=None)
autoagents/actions/action_bank/write_prd.py:130
Method__init__
(self, name: str = '', context=None, llm: LLM = None, serpapi_api_key=None)
autoagents/actions/action/action.py:20
Method__init__
(self, content: str, instruct_content: BaseModel)
autoagents/actions/action/action_output.py:19
Method__init__
(self, message="The required configuration is not set")
autoagents/system/config.py:24
Method__init__
(self, content: str)
autoagents/system/schema.py:49
Method__init__
(self, content: str)
autoagents/system/schema.py:56
Method__init__
(self, engine=None, run_func=None, serpapi_api_key=None)
autoagents/system/tools/search_engine.py:28
Method__init__
(self, amount, message="Insufficient funds")
autoagents/system/utils/common.py:205
Method__init__
Initialize an empty storage list and an empty index dictionary
autoagents/system/memory/memory.py:15
Method__init__
(self, mem_ttl: int = MEM_TTL)
autoagents/system/memory/memory_storage.py:26
Method__init__
(self)
autoagents/system/memory/longterm_memory.py:21
Method__init__
(self, raw_data: Path, cache_dir: Path = None)
autoagents/system/document_store/base_store.py:30
Method__init__
(self, raw_data: Path, cache_dir=None, meta_col='source', content_col='output')
autoagents/system/document_store/faiss_store.py:29
Method__init__
(self, data_path, content_col='content', meta_col='metadata')
autoagents/system/document_store/document.py:56
Method__init__
(self, rpm)
autoagents/system/provider/llm_api.py:45
Method__init__
(self)
autoagents/system/provider/llm_api.py:75
Method__init__
(self, proxy: str = "", api_key: str = "")
autoagents/system/provider/llm_api.py:114
Method__init__
(self, role_prompt, steps, tool, watch_actions, name="CustomRole", profile="C
autoagents/roles/custom_role.py:16
Method__init__
(self, name="", profile="", goal="", constraints="", desc="", proxy="", llm_api_key="", serpapi_api_key="")
autoagents/roles/role.py:90
Method__init__
(self, name="Eric", profile="Agents Observer", goal="Check if the created Expert Roles following the requireme
autoagents/roles/observer.py:10
Method__init__
(self, roles, steps, watch_actions, name="Alex", profile="Group", goal="Effectively delivering information acc
autoagents/roles/group.py:23
Method__init__
(self, steps, init_actions, watch_actions, name="Alex", profile="ActionObserver", goal="Effectively delivering
autoagents/roles/action_observer.py:19
Method__init__
(self, name="Ethan", profile="Manager", goal="Efficiently to finish the tasks or solve the problem",
autoagents/roles/manager.py:17
Method__init__
(self, watch_actions, name="Alice", profile="Product Manager", goal="Efficiently create a successful product",
autoagents/roles/role_bank/predefined_roles.py:12
Method__init__
(self, watch_actions, name="Eve", profile="Project Manager", goal="Improve team efficiency an
autoagents/roles/role_bank/predefined_roles.py:27
Method__init__
(self, name="Alex", profile="Engineer", goal="Write elegant, readable, extensible, efficient code",
autoagents/roles/role_bank/engineer.py:49
Method__repr__
(self)
autoagents/actions/action/action.py:43
Method__repr__
(self)
autoagents/system/schema.py:36
Method__repr__
(self)
autoagents/roles/role.py:56
Method__str__
(self)
autoagents/system/utils/common.py:210
Method_act
(self)
autoagents/roles/custom_role.py:28
Method_act
(self)
autoagents/roles/group.py:71
Method_act
(self)
autoagents/roles/action_observer.py:64
Method_act
(self)
autoagents/roles/manager.py:23
Method_act
(self)
autoagents/roles/role_bank/engineer.py:206
Method_act_mp
(self)
autoagents/roles/role_bank/engineer.py:106
Method_configAfterMerge
(t)
frontend/app/libs/bootstrap.bundle.min.js:6
Method_configAfterMerge
(t)
frontend/app/libs/bootstrap.bundle.min.js:6
Method_configAfterMerge
(t)
frontend/app/libs/bootstrap.bundle.min.js:6
Method_configAfterMerge
(t)
frontend/app/libs/bootstrap.bundle.min.js:6
Method_getConfig
(t)
frontend/app/libs/bootstrap.bundle.min.js:6
Method_getConfig
(t)
frontend/app/libs/bootstrap.bundle.min.js:6
Method_getContentForTemplate
()
frontend/app/libs/bootstrap.bundle.min.js:6
Method_isWithContent
()
frontend/app/libs/bootstrap.bundle.min.js:6
Method_load
(self)
autoagents/system/document_store/faiss_store.py:34
Method_observe
Observe the environment, collect relevant information, and add to memory.
autoagents/roles/observer.py:24
Method_observe
Observe the environment, collect relevant information, and add to memory.
autoagents/roles/group.py:112
Method_parse_write_file_block
(text: str)
autoagents/actions/custom_action.py:160
Method_save
(self)
autoagents/explorer.py:48
Method_save
(self, context, filename, code)
autoagents/actions/action_bank/write_code.py:52
Method_think
(self)
autoagents/roles/group.py:41
Method_think
(self)
autoagents/roles/action_observer.py:30
Method_typeCheckConfig
(t)
frontend/app/libs/bootstrap.bundle.min.js:6
Method_type_name
(t: Any)
autoagents/actions/action/action.py:84
Methodaask_code
FIXME: No code segment filtering has been done here, and all results are actually displayed
autoagents/system/provider/base_gpt_api.py:75
Methodacompletion
Asynchronous version of completion All GPTAPIs are required to provide the standard OpenAI completion interface [ {"role":
autoagents/system/provider/base_gpt_api.py:91
Methodacompletion_batch_text
(self, batch: list[list[dict]])
autoagents/system/provider/llm_api.py:236
Methodacompletion_text
(self, messages: list[dict], stream: bool = False)
autoagents/system/provider/llm_api.py:209
Methodadd
add message into memory storage
autoagents/system/memory/memory_storage.py:68
Methodadd
(self, message: Message)
autoagents/system/memory/longterm_memory.py:38
Methodadd
(self, *args, **kwargs)
autoagents/system/document_store/base_store.py:25
FunctionaddClasses
(element, classes)
frontend/app/static/js/bulma-carousel.js:95
Functionai_func
(prompt)
autoagents/system/llm.py:12
Methodask
(self, msg: str)
autoagents/system/provider/base_gpt_api.py:31
Methodask
Ask GPT a question and get an answer
autoagents/system/provider/base_chatbot.py:15
← previousnext →601–700 of 878, ranked by callers