zrb 1.0.0b5__tar.gz → 1.0.0b6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {zrb-1.0.0b5 → zrb-1.0.0b6}/PKG-INFO +2 -1
- {zrb-1.0.0b5 → zrb-1.0.0b6}/pyproject.toml +2 -1
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/llm/tool/rag.py +6 -8
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/config.py +4 -1
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/llm_task.py +0 -2
- {zrb-1.0.0b5 → zrb-1.0.0b6}/README.md +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/__main__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/attr/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/attr/type.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/base64.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/git.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/git_subtree.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/group.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/llm/llm_chat.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/llm/previous-session.js +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/llm/tool/api.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/llm/tool/cli.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/llm/tool/web.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/md5.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.flake8 +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.gitignore +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/README.md +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/column/add_column_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/config.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/add_entity_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/add_entity_util.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/my_entity_service.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/my_entity_service_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_db_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/my_module/service/my_entity/repository/my_entity_repository_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/schema/my_entity.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/client_method.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/gateway_subroute.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/format_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/group.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/add_module_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/add_module_util.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/gateway/subroute/my_module.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/alembic.ini +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_api_client.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_client.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_client_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/client/my_module_direct_client.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/README +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/env.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/script.py.mako +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration/versions/.gitkeep +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/migration_metadata.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/app_template/module/my_module/service/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/module_task_definition.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/util.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/venv_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/app_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/base_db_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/base_service.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/db_engine_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/error.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/logger_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/parser_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/schema.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/app.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/parser.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/user_agent.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/view.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/config.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/main.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/migrate.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/alembic.ini +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_api_client.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_client.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_client_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_direct_client.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/README +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/env.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/script.py.mako +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/versions/3093c7336477_add_auth_tables.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration_metadata.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/permission_service.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/permission_service_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_db_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_repository_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_db_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_repository_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/role_service.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/role_service_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_db_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_repository.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_repository_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/user_service.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/user_service_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/alembic.ini +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/README +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/env.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/script.py.mako +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/versions/.gitkeep +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration_metadata.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/subroute/auth.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/util/view.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/error.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/homepage.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/android-chrome-192x192.png +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/android-chrome-512x512.png +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/favicon-32x32.png +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.amber.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.blue.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.cyan.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.fuchsia.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.green.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.grey.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.indigo.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.jade.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.lime.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.orange.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.pink.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.pumpkin.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.purple.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.red.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.sand.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.slate.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.violet.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.yellow.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.zinc.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/template/default.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/requirements.txt +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/permission.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/role.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/session.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/user.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/template.env +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_util.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/create/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/create/project-template/README.md +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/create/project-template/zrb_init.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/create/project_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/python.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/random.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/setup/asdf/asdf.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/setup/asdf/asdf_helper.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/setup/common_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/setup/latex/ubuntu.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/setup/tmux/tmux.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/setup/tmux/tmux_config.sh +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/setup/tmux/tmux_helper.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/setup/ubuntu.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/shell/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/shell/autocomplete/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/shell/autocomplete/bash.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/shell/autocomplete/subcmd.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/shell/autocomplete/zsh.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/todo.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/callback/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/callback/any_callback.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/callback/callback.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/cmd/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/cmd/cmd_result.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/cmd/cmd_val.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/content_transformer/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/content_transformer/any_content_transformer.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/content_transformer/content_transformer.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/context/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/context/any_context.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/context/any_shared_context.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/context/context.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/context/shared_context.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/dot_dict/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/dot_dict/dot_dict.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/env/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/env/any_env.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/env/env.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/env/env_file.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/env/env_map.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/group/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/group/any_group.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/group/group.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/any_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/base_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/bool_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/float_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/int_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/option_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/password_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/str_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/input/text_input.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/cli.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/common_util.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_app.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_config/config.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_config/config_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/docs_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/error_page/serve_default_404.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/error_page/show_error_page.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/error_page/view.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/home_page/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/home_page/home_page_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/home_page/view.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/login_api_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/login_page/login_page_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/login_page/view.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/logout_api_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/logout_page/logout_page_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/logout_page/view.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/node_page/group/show_group_page.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/node_page/group/view.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/node_page/node_page_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/node_page/task/partial/input.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/node_page/task/show_task_page.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/node_page/task/view.html +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/refresh_token_api_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/refresh-token.template.js +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/common.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/favicon-32x32.png +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/login/event.js +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/logout/event.js +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/pico.min.css +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/session/common-util.js +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/session/current-session.js +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/session/event.js +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/resources/session/past-session.js +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/static/static_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/task_input_api_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_route/task_session_api_route.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_schema/session.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_schema/token.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_schema/user.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_util/cookie.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_util/html.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_util/token.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/runner/web_util/user.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session/any_session.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session/session.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session_state_log/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session_state_log/session_state_log.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session_state_logger/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session_state_logger/any_session_state_logger.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session_state_logger/file_session_state_logger.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/session_state_logger/session_state_logger_factory.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/any_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/base_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/base_trigger.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/cmd_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/http_check.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/make_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/rsync_task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/scaffolder.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/scheduler.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/task.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task/tcp_check.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task_status/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/task_status/task_status.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/attr.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/cli/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/cli/style.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/cli/subcommand.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/cmd/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/cmd/command.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/cmd/remote.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/append_code_to_class.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/append_code_to_function.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/append_code_to_method.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/append_key_to_dict.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/append_param_to_function_call.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/prepend_code_to_module.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/prepend_parent_to_class.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/codemod/prepend_property_to_class.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/cron.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/file.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/git.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/git_subtree.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/group.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/llm/tool.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/load.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/run.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/string/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/string/conversion.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/string/format.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/string/name.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/util/todo.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/xcom/__init__.py +0 -0
- {zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/xcom/xcom.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: zrb
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.0b6
|
4
4
|
Summary: Your Automation Powerhouse
|
5
5
|
Home-page: https://github.com/state-alchemists/zrb
|
6
6
|
License: AGPL-3.0-or-later
|
@@ -19,6 +19,7 @@ Requires-Dist: beautifulsoup4 (>=4.12.3,<5.0.0)
|
|
19
19
|
Requires-Dist: black (>=24.10.0,<24.11.0)
|
20
20
|
Requires-Dist: chromadb (>=0.5.20,<0.6.0) ; extra == "rag"
|
21
21
|
Requires-Dist: fastapi[standard] (>=0.115.6,<0.116.0)
|
22
|
+
Requires-Dist: fastembed (>=0.5.1,<0.6.0)
|
22
23
|
Requires-Dist: isort (>=5.13.2,<5.14.0)
|
23
24
|
Requires-Dist: libcst (>=1.5.0,<2.0.0)
|
24
25
|
Requires-Dist: pdfplumber (>=0.11.4,<0.12.0) ; extra == "rag"
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "zrb"
|
3
|
-
version = "1.0.
|
3
|
+
version = "1.0.0b6"
|
4
4
|
description = "Your Automation Powerhouse"
|
5
5
|
authors = ["Go Frendi Gunawan <gofrendiasgard@gmail.com>"]
|
6
6
|
license = "AGPL-3.0-or-later"
|
@@ -51,6 +51,7 @@ fastapi = {extras = ["standard"], version = "^0.115.6"}
|
|
51
51
|
python-jose = {extras = ["cryptography"], version = "^3.3.0"}
|
52
52
|
ulid-py = "^1.1.0"
|
53
53
|
pydantic-ai = "^0.0.19"
|
54
|
+
fastembed = "^0.5.1"
|
54
55
|
|
55
56
|
[tool.poetry.extras]
|
56
57
|
# poetry install -E rag
|
@@ -3,7 +3,6 @@ import json
|
|
3
3
|
import os
|
4
4
|
import sys
|
5
5
|
|
6
|
-
import litellm
|
7
6
|
import ulid
|
8
7
|
|
9
8
|
from zrb.config import (
|
@@ -30,7 +29,9 @@ def create_rag_from_directory(
|
|
30
29
|
async def retrieve(query: str) -> str:
|
31
30
|
from chromadb import PersistentClient
|
32
31
|
from chromadb.config import Settings
|
32
|
+
from fastembed import TextEmbedding
|
33
33
|
|
34
|
+
embedding_model = TextEmbedding(model_name=model)
|
34
35
|
client = PersistentClient(
|
35
36
|
path=vector_db_path, settings=Settings(allow_reset=True)
|
36
37
|
)
|
@@ -75,10 +76,8 @@ def create_rag_from_directory(
|
|
75
76
|
),
|
76
77
|
file=sys.stderr,
|
77
78
|
)
|
78
|
-
|
79
|
-
|
80
|
-
)
|
81
|
-
vector = response["data"][0]["embedding"]
|
79
|
+
embedding_result = list(embedding_model.embed([chunk]))
|
80
|
+
vector = embedding_result[0]
|
82
81
|
collection.upsert(
|
83
82
|
ids=[chunk_id],
|
84
83
|
embeddings=[vector],
|
@@ -102,9 +101,8 @@ def create_rag_from_directory(
|
|
102
101
|
)
|
103
102
|
|
104
103
|
print(stylize_faint("Vectorizing query"), file=sys.stderr)
|
105
|
-
|
106
|
-
query_vector =
|
107
|
-
|
104
|
+
embedding_result = list(embedding_model.embed([query]))
|
105
|
+
query_vector = embedding_result[0]
|
108
106
|
print(stylize_faint("Searching documents"), file=sys.stderr)
|
109
107
|
results = collection.query(
|
110
108
|
query_embeddings=query_vector,
|
@@ -95,7 +95,10 @@ LLM_HISTORY_FILE = os.getenv(
|
|
95
95
|
)
|
96
96
|
LLM_ALLOW_ACCESS_SHELL = to_boolean(os.getenv("ZRB_LLM_ACCESS_FILE", "1"))
|
97
97
|
LLM_ALLOW_ACCESS_INTERNET = to_boolean(os.getenv("ZRB_LLM_ACCESS_INTERNET", "1"))
|
98
|
-
|
98
|
+
# noqa See: https://qdrant.github.io/fastembed/examples/Supported_Models/#supported-text-embedding-models
|
99
|
+
RAG_EMBEDDING_MODEL = os.getenv(
|
100
|
+
"ZRB_RAG_EMBEDDING_MODEL", "nomic-ai/nomic-embed-text-v1.5-Q"
|
101
|
+
)
|
99
102
|
RAG_CHUNK_SIZE = int(os.getenv("ZRB_RAG_CHUNK_SIZE", "1024"))
|
100
103
|
RAG_OVERLAP = int(os.getenv("ZRB_RAG_OVERLAP", "128"))
|
101
104
|
RAG_MAX_RESULT_COUNT = int(os.getenv("ZRB_RAG_MAX_RESULT_COUNT", "5"))
|
@@ -154,8 +154,6 @@ class LLMTask(BaseTask):
|
|
154
154
|
tool if isinstance(tool, Tool) else Tool(tool, takes_ctx=False)
|
155
155
|
for tool in tools_or_callables
|
156
156
|
]
|
157
|
-
for tool in tools:
|
158
|
-
print("tool", tool)
|
159
157
|
return Agent(
|
160
158
|
self._get_model(ctx),
|
161
159
|
system_prompt=self._get_system_prompt(ctx),
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.flake8
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{zrb-1.0.0b5 → zrb-1.0.0b6}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/main.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|