zrb 1.15.9__tar.gz → 1.15.11__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.15.9 → zrb-1.15.11}/PKG-INFO +2 -2
- {zrb-1.15.9 → zrb-1.15.11}/pyproject.toml +2 -2
- zrb-1.15.11/src/zrb/config/default_prompt/summarization_prompt.md +20 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/tool_wrapper.py +5 -1
- zrb-1.15.9/src/zrb/config/default_prompt/summarization_prompt.md +0 -16
- {zrb-1.15.9 → zrb-1.15.11}/README.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/__main__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/attr/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/attr/type.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/base64.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/git.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/git_subtree.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/group.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/http.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/jwt.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/chat_session.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/history.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/llm_ask.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/previous-session.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/tool/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/tool/api.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/tool/cli.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/tool/code.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/tool/file.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/tool/rag.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/tool/sub_agent.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/llm/tool/web.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/md5.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.coveragerc +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.flake8 +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/.gitignore +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/README.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/column/add_column_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/column/add_column_util.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/config.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/add_entity_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/add_entity_util.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/module/gateway/view/content/my-module/my-entity.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/schema/my_entity.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/test/my_module/my_entity/test_create_my_entity.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/test/my_module/my_entity/test_delete_my_entity.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/test/my_module/my_entity/test_read_my_entity.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/app_template/test/my_module/my_entity/test_update_my_entity.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/client_method.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/gateway_subroute.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/entity/template/navigation_config_file.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/format_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/group.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/add_module_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/add_module_util.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/module_task_definition.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/module/template/navigation_config_file.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/task_util.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/util.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/_zrb/venv_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/app_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/base_db_repository.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/base_service.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/db_engine_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/error.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/logger_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/parser_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/schema.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/app.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/parser.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/user_agent.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/common/util/view.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/config.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/main.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/alembic.ini +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_api_client.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_client.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_client_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/client/auth_direct_client.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/README +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/env.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/script.py.mako +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/versions/3093c7336477_add_auth_tables.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration/versions/8ed025bcc845_create_permissions.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/migration_metadata.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/permission_service.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/permission_service_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_db_repository.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_repository.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/permission/repository/permission_repository_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_db_repository.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_repository.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/repository/role_repository_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/role_service.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/role/role_service_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_db_repository.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_repository.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/repository/user_repository_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/user_service.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/auth/service/user/user_service_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/alembic.ini +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/config/navigation.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/README +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/env.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/script.py.mako +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration/versions/.gitkeep +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/migration_metadata.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/schema/navigation.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/subroute/auth.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/util/auth.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/util/view.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/auth/permission.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/auth/role.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/auth/user.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/error.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/homepage.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/login.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/content/logout.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/common/util.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/crud/style.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/crud/util.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/default/pico-style.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/default/script.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/default/style.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/android-chrome-192x192.png +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/android-chrome-512x512.png +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/images/favicon-32x32.png +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/static/pico-css/pico.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/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.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/module/gateway/view/template/default.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/requirements.txt +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/permission.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/role.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/schema/user.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/template.env +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/_util/access_token.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/permission/test_create_permission.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/permission/test_delete_permission.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/permission/test_read_permission.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/permission/test_update_permission.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/auth/test_user_session.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/test_health_and_readiness.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/test_homepage.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test/test_not_found_error.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_template/my_app_name/test.sh +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/add/fastapp/fastapp_util.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/create/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/create/project-template/README.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/create/project-template/zrb_init.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/project/create/project_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/python.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/random.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/asdf/asdf.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/asdf/asdf_helper.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/common_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/latex/ubuntu.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/tmux/tmux.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/tmux/tmux_config.sh +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/tmux/tmux_helper.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/ubuntu.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/zsh/zsh.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/zsh/zsh_config.sh +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/setup/zsh/zsh_helper.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/shell/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/shell/autocomplete/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/shell/autocomplete/bash.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/shell/autocomplete/subcmd.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/shell/autocomplete/zsh.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/todo.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/builtin/uuid.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/callback/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/callback/any_callback.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/callback/callback.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/cmd/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/cmd/cmd_result.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/cmd/cmd_val.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/config.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/default_prompt/file_extractor_system_prompt.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/default_prompt/interactive_system_prompt.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/default_prompt/persona.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/default_prompt/repo_extractor_system_prompt.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/default_prompt/repo_summarizer_system_prompt.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/default_prompt/system_prompt.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/llm_config.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/llm_context/config.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/llm_context/config_parser.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/llm_rate_limitter.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/config/web_auth_config.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/content_transformer/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/content_transformer/any_content_transformer.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/content_transformer/content_transformer.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/context/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/context/any_context.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/context/any_shared_context.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/context/context.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/context/shared_context.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/dot_dict/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/dot_dict/dot_dict.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/env/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/env/any_env.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/env/env.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/env/env_file.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/env/env_map.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/group/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/group/any_group.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/group/group.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/any_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/base_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/bool_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/float_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/int_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/option_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/password_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/str_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/input/text_input.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/cli.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/common_util.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_app.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/docs_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/error_page/serve_default_404.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/error_page/show_error_page.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/error_page/view.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/home_page/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/home_page/home_page_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/home_page/view.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/login_api_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/login_page/login_page_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/login_page/view.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/logout_api_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/logout_page/logout_page_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/logout_page/view.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/node_page/group/show_group_page.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/node_page/group/view.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/node_page/node_page_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/node_page/task/partial/input.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/node_page/task/show_task_page.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/node_page/task/view.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/refresh_token_api_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/global_template.html +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/refresh-token.template.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/common.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/common.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/favicon-32x32.png +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/login/event.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/logout/event.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.amber.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.blue.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.cyan.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.fuchsia.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.green.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.grey.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.indigo.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.jade.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.lime.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.orange.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.pink.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.pumpkin.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.purple.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.red.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.sand.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.slate.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.violet.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.yellow.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/pico-css/pico.zinc.min.css +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/session/common-util.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/session/current-session.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/session/event.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/resources/session/past-session.js +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/static/static_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/task_input_api_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_route/task_session_api_route.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_schema/session.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_schema/token.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_schema/user.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_util/cookie.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_util/html.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_util/token.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/runner/web_util/user.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session/any_session.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session/session.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session_state_log/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session_state_log/session_state_log.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session_state_logger/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session_state_logger/any_session_state_logger.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session_state_logger/file_session_state_logger.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/session_state_logger/session_state_logger_factory.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/any_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/base/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/base/context.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/base/execution.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/base/lifecycle.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/base/monitoring.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/base/operators.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/base_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/base_trigger.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/cmd_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/http_check.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/agent.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/config.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/conversation_history.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/conversation_history_model.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/default_workflow/coding.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/default_workflow/copywriting.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/default_workflow/researching.md +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/error.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/history_summarization.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/print_node.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/prompt.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm/typing.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/llm_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/make_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/rsync_task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/scaffolder.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/scheduler.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/task.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task/tcp_check.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task_status/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/task_status/task_status.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/attr.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/callable.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/cli/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/cli/markdown.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/cli/style.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/cli/subcommand.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/cmd/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/cmd/command.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/cmd/remote.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modification_mode.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modify_class.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modify_class_parent.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modify_class_property.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modify_dict.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modify_function.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modify_function_call.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modify_method.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/codemod/modify_module.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/cron.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/file.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/git.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/git_diff_model.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/git_subtree.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/git_subtree_model.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/group.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/init_path.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/llm/prompt.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/load.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/run.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/string/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/string/conversion.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/string/format.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/string/name.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/todo.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/todo_model.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/util/truncate.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/xcom/__init__.py +0 -0
- {zrb-1.15.9 → zrb-1.15.11}/src/zrb/xcom/xcom.py +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: zrb
|
3
|
-
Version: 1.15.
|
3
|
+
Version: 1.15.11
|
4
4
|
Summary: Your Automation Powerhouse
|
5
5
|
License: AGPL-3.0-or-later
|
6
6
|
Keywords: Automation,Task Runner,Code Generator,Monorepo,Low Code
|
@@ -26,7 +26,7 @@ Requires-Dist: markdownify (>=1.2.0,<2.0.0)
|
|
26
26
|
Requires-Dist: pdfplumber (>=0.11.7,<0.12.0)
|
27
27
|
Requires-Dist: playwright (>=1.54.0,<2.0.0) ; extra == "playwright" or extra == "all"
|
28
28
|
Requires-Dist: psutil (>=7.0.0,<8.0.0)
|
29
|
-
Requires-Dist: pydantic-ai-slim[anthropic,bedrock,cli,cohere,google,groq,huggingface,mcp,mistral,openai,vertexai] (>=0.7.
|
29
|
+
Requires-Dist: pydantic-ai-slim[anthropic,bedrock,cli,cohere,google,groq,huggingface,mcp,mistral,openai,vertexai] (>=0.7.5,<0.8.0)
|
30
30
|
Requires-Dist: pyjwt (>=2.10.1,<3.0.0)
|
31
31
|
Requires-Dist: python-dotenv (>=1.1.1,<2.0.0)
|
32
32
|
Requires-Dist: python-jose[cryptography] (>=3.5.0,<4.0.0)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "zrb"
|
3
|
-
version = "1.15.
|
3
|
+
version = "1.15.11"
|
4
4
|
description = "Your Automation Powerhouse"
|
5
5
|
authors = ["Go Frendi Gunawan <gofrendiasgard@gmail.com>"]
|
6
6
|
license = "AGPL-3.0-or-later"
|
@@ -53,7 +53,7 @@ psutil = "^7.0.0"
|
|
53
53
|
# NOTE: Look at https://github.com/pydantic/pydantic-ai/blob/main/pydantic_ai_slim/pyproject.toml
|
54
54
|
# - We want to include all models, as well as mcp capability.
|
55
55
|
# - We also need prompt-toolkit and rich which are included in pydantic ai's cli optional dependency
|
56
|
-
pydantic-ai-slim = {extras = ["openai", "cohere", "vertexai", "google", "anthropic", "groq", "mistral", "bedrock", "huggingface", "cli", "mcp"], version = "~0.7.
|
56
|
+
pydantic-ai-slim = {extras = ["openai", "cohere", "vertexai", "google", "anthropic", "groq", "mistral", "bedrock", "huggingface", "cli", "mcp"], version = "~0.7.5"}
|
57
57
|
|
58
58
|
tiktoken = "^0.8.0"
|
59
59
|
playwright = {version = "^1.54.0", optional = true}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
You are a memory management AI. Your ONLY purpose is to manage the conversation history by calling tools. You MUST NOT output any conversational text, explanations, or apologies.
|
2
|
+
|
3
|
+
Follow these steps precisely:
|
4
|
+
|
5
|
+
**Step 1: Update Conversation Summary and Transcript**
|
6
|
+
|
7
|
+
1. Call the `write_past_conversation_summary` tool ONCE. The summary you provide must be a concise narrative that integrates the previous summary with the `Recent Conversation`.
|
8
|
+
2. Call the `write_past_conversation_transcript` tool ONCE. The content for this tool MUST be ONLY the last 4 (four) turns of the conversation. Do not change or shorten the content of these turns. Ensure the timestamp format is `[YYYY-MM-DD HH:MM:SS UTC+Z] Role: Message/Tool name being called`.
|
9
|
+
|
10
|
+
**Step 2: Update Factual Notes**
|
11
|
+
|
12
|
+
1. First, read the existing notes to understand the current state.
|
13
|
+
2. Call `write_long_term_note` AT MOST ONCE. Use it to add or update global facts about the user or their preferences.
|
14
|
+
3. Call `write_contextual_note` AT MOST ONCE. Use it to add or update facts specific to the current project or directory (`context_path`).
|
15
|
+
4. **CRITICAL:** When calling `write_contextual_note`, you MUST determine the correct `context_path` by analyzing the `Recent Conversation`. For example, if a fact was established when the working directory was `/app`, the `context_path` MUST be `/app`.
|
16
|
+
5. **CRITICAL:** The content for notes must be raw, unformatted text. Do not use Markdown. Notes should be timeless facts, not a log of events. Only update notes if the information has actually changed.
|
17
|
+
|
18
|
+
**Step 3: Finalize**
|
19
|
+
|
20
|
+
After making all necessary tool calls, your FINAL RESPONSE must be a single word "DONE" marking the end of this session.
|
@@ -22,6 +22,10 @@ if TYPE_CHECKING:
|
|
22
22
|
from pydantic_ai import Tool
|
23
23
|
|
24
24
|
|
25
|
+
class UserDisapproval(ValueError):
|
26
|
+
pass
|
27
|
+
|
28
|
+
|
25
29
|
def wrap_tool(func: Callable, ctx: AnyContext, is_yolo_mode: bool) -> "Tool":
|
26
30
|
"""Wraps a tool function to handle exceptions and context propagation."""
|
27
31
|
from pydantic_ai import RunContext, Tool
|
@@ -109,7 +113,7 @@ def _create_wrapper(
|
|
109
113
|
if not is_yolo_mode and not ctx.is_web_mode and ctx.is_tty:
|
110
114
|
approval, reason = await _ask_for_approval(ctx, func, args, kwargs)
|
111
115
|
if not approval:
|
112
|
-
raise
|
116
|
+
raise UserDisapproval(f"User disapproving: {reason}")
|
113
117
|
return await run_async(func(*args, **kwargs))
|
114
118
|
except KeyboardInterrupt as e:
|
115
119
|
raise e
|
@@ -1,16 +0,0 @@
|
|
1
|
-
You are a silent memory management AI. Your purpose is to issue tool calls to manage memory. Do not output any conversational text.
|
2
|
-
|
3
|
-
**Primary Directive:** Update the conversation memory based on the `Recent Conversation`.
|
4
|
-
|
5
|
-
**Actions:**
|
6
|
-
1. **Update Conversation:**
|
7
|
-
- Call `write_past_conversation_summary` ONCE. The summary must be a narrative condensing the old summary and recent conversation.
|
8
|
-
- Call `write_past_conversation_transcript` ONCE. The transcript MUST contain at most the last 4 (four) conversation turns. The content of these turns must not be altered or truncated, furthermore the timezone has to be included. Use the format: `[YYYY-MM-DD HH:MM:SS UTC+Z] Role: Message/Tool name being called`.
|
9
|
-
2. **Update Factual Notes:**
|
10
|
-
- Read existing notes first.
|
11
|
-
- Call `write_long_term_note` AT MOST ONCE with new or updated global facts (e.g., user preferences).
|
12
|
-
- Call `write_contextual_note` AT MOST ONCE with new or updated project-specific facts.
|
13
|
-
- **CRITICAL - Path Specificity:** Project-specific facts are tied to the directory where they were established. You MUST analyze the `Recent Conversation` to determine the correct `context_path` for the facts you are writing. For example, if a user sets a project name while the working directory is `/tmp/a`, the `context_path` for that fact MUST be `/tmp/a`.
|
14
|
-
- **CRITICAL - Note Content:** Note content MUST be raw, unformatted text. Do NOT include markdown headers. Notes must be timeless facts about the current state, not a chronological log. Only write if the content has changed.
|
15
|
-
|
16
|
-
**Final Step:** After all tool calls, you MUST output the word "DONE" on a new line. Do not output anything else.
|
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.15.9 → zrb-1.15.11}/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
|
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.15.9 → zrb-1.15.11}/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
|