Spaces:
Runtime error
Runtime error
File size: 2,449 Bytes
9c48ae2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 |
LICENSE README.md setup.py autoagents/__init__.py autoagents/environment.py autoagents/explorer.py autoagents.egg-info/PKG-INFO autoagents.egg-info/SOURCES.txt autoagents.egg-info/dependency_links.txt autoagents.egg-info/requires.txt autoagents.egg-info/top_level.txt autoagents/actions/__init__.py autoagents/actions/check_plans.py autoagents/actions/check_roles.py autoagents/actions/create_roles.py autoagents/actions/custom_action.py autoagents/actions/steps.py autoagents/actions/action/__init__.py autoagents/actions/action/action.py autoagents/actions/action/action_output.py autoagents/actions/action_bank/__init__.py autoagents/actions/action_bank/design_api.py autoagents/actions/action_bank/project_management.py autoagents/actions/action_bank/requirement.py autoagents/actions/action_bank/search_and_summarize.py autoagents/actions/action_bank/write_code.py autoagents/actions/action_bank/write_code_review.py autoagents/actions/action_bank/write_prd.py autoagents/roles/__init__.py autoagents/roles/action_observer.py autoagents/roles/custom_role.py autoagents/roles/group.py autoagents/roles/manager.py autoagents/roles/observer.py autoagents/roles/role.py autoagents/roles/role_bank/__init__.py autoagents/roles/role_bank/engineer.py autoagents/roles/role_bank/predefined_roles.py autoagents/system/__init__.py autoagents/system/config.py autoagents/system/const.py autoagents/system/llm.py autoagents/system/logs.py autoagents/system/schema.py autoagents/system/document_store/__init__.py autoagents/system/document_store/base_store.py autoagents/system/document_store/document.py autoagents/system/document_store/faiss_store.py autoagents/system/memory/__init__.py autoagents/system/memory/longterm_memory.py autoagents/system/memory/memory.py autoagents/system/memory/memory_storage.py autoagents/system/provider/__init__.py autoagents/system/provider/anthropic_api.py autoagents/system/provider/base_chatbot.py autoagents/system/provider/base_gpt_api.py autoagents/system/provider/openai_api.py autoagents/system/tools/__init__.py autoagents/system/tools/search_engine.py autoagents/system/tools/search_engine_serpapi.py autoagents/system/tools/search_engine_serper.py autoagents/system/utils/__init__.py autoagents/system/utils/common.py autoagents/system/utils/mermaid.py autoagents/system/utils/serialize.py autoagents/system/utils/singleton.py autoagents/system/utils/special_tokens.py autoagents/system/utils/token_counter.py |