10xscale-agentflow-cli 0.3.2__tar.gz → 0.3.2.1__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.
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/10xscale_agentflow_cli.egg-info/PKG-INFO +1 -1
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/10xscale_agentflow_cli.egg-info/SOURCES.txt +1 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/PKG-INFO +1 -1
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/SKILL.md +2 -0
- 10xscale_agentflow_cli-0.3.2.1/agentflow_cli/cli/templates/skills/agent-skills/references/stream-emitter.md +144 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/pyproject.toml +1 -1
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/10xscale_agentflow_cli.egg-info/dependency_links.txt +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/10xscale_agentflow_cli.egg-info/entry_points.txt +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/10xscale_agentflow_cli.egg-info/not-zip-safe +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/10xscale_agentflow_cli.egg-info/requires.txt +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/10xscale_agentflow_cli.egg-info/top_level.txt +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/MANIFEST.in +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/README.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow.json +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/api.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/build.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/init.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/skills.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/version.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/constants.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/core/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/core/config.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/core/output.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/core/validation.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/exceptions.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/logger.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/main.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/defaults.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/agents-and-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/api-client.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/api-configuration.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/api-settings-and-middleware.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/architecture.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/auth-and-authorization.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/callbacks-and-command.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/checkpointing-and-threads.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/cli-commands.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/client-auth-and-errors.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/client-messages-invoke-stream.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/client-threads-memory-files.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/context-id-background.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/dependency-injection.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/id-and-thread-name-generators.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/media-and-files.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/memory-and-store.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/prebuilt-agents-and-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/production-runtime.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/providers-and-adapters.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/publishers-and-runtime-protocols.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/rate-limiting.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/remote-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/rest-api-and-errors.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/security-and-validators.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/state-and-messages.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/state-graph.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/streaming.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/agent-skills/references/testing-and-evaluation.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/templates/skills/copilot/agentflow.instructions.md +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/auth/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/auth/auth_backend.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/auth/authorization.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/auth/base_auth.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/auth/jwt_auth.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/auth/permissions.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/config/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/config/graph_config.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/config/media_settings.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/config/sentry_config.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/config/settings.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/config/setup_logs.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/config/setup_middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/config/worker_middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/exceptions/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/exceptions/general_exception.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/exceptions/handle_errors.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/exceptions/resources_exceptions.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/exceptions/user_exception.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/rate_limit/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/rate_limit/base.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/rate_limit/factory.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/rate_limit/memory.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/rate_limit/middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/rate_limit/redis.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/request_limits.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/middleware/security_headers.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/utils/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/core/utils/log_sanitizer.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/loader.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/main.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/a2a.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/a2ui.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/checkpointer/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/checkpointer/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/checkpointer/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/checkpointer/schemas/checkpointer_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/checkpointer/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/checkpointer/services/checkpointer_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/graph/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/graph/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/graph/schemas/graph_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/graph/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/graph/services/graph_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/graph/services/multimodal_preprocessor.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/media/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/media/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/media/schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/ping/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/ping/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/setup_router.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/store/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/store/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/store/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/store/schemas/store_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/store/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/store/services/store_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/tasks/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/tasks/user_tasks.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/callable_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/media/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/media/extractor.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/media/pipeline.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/parse_output.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/response_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/schemas/output_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/schemas/user_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/snowflake_id_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/swagger_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/utils/thread_name_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/worker.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/graph/react.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/graph/thread_name_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/requirements.txt +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/scripts/generate_docs.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/setup.cfg +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/tests/test_multimodal_sprint2_extraction.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/tests/test_sprint4_media_api.py +0 -0
- {10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/tests/test_utils_parse_and_callable.py +0 -0
|
@@ -56,6 +56,7 @@ agentflow_cli/cli/templates/skills/agent-skills/references/rest-api-and-errors.m
|
|
|
56
56
|
agentflow_cli/cli/templates/skills/agent-skills/references/security-and-validators.md
|
|
57
57
|
agentflow_cli/cli/templates/skills/agent-skills/references/state-and-messages.md
|
|
58
58
|
agentflow_cli/cli/templates/skills/agent-skills/references/state-graph.md
|
|
59
|
+
agentflow_cli/cli/templates/skills/agent-skills/references/stream-emitter.md
|
|
59
60
|
agentflow_cli/cli/templates/skills/agent-skills/references/streaming.md
|
|
60
61
|
agentflow_cli/cli/templates/skills/agent-skills/references/testing-and-evaluation.md
|
|
61
62
|
agentflow_cli/cli/templates/skills/copilot/agentflow.instructions.md
|
|
@@ -12,6 +12,7 @@ metadata:
|
|
|
12
12
|
- references/media-and-files.md
|
|
13
13
|
- references/memory-and-store.md
|
|
14
14
|
- references/streaming.md
|
|
15
|
+
- references/stream-emitter.md
|
|
15
16
|
- references/production-runtime.md
|
|
16
17
|
- references/api-client.md
|
|
17
18
|
- references/remote-tools.md
|
|
@@ -65,6 +66,7 @@ Treat `agentflow-docs/docs` as the first source of truth for public package name
|
|
|
65
66
|
- Multimodal files and media stores: `references/media-and-files.md`
|
|
66
67
|
- Long-term memory stores: `references/memory-and-store.md`
|
|
67
68
|
- Streaming, chunks, and SSE: `references/streaming.md`
|
|
69
|
+
- Stream emitter for tool progress updates: `references/stream-emitter.md`
|
|
68
70
|
- API server and deployment runtime: `references/production-runtime.md`
|
|
69
71
|
- REST and TypeScript client surface: `references/api-client.md`
|
|
70
72
|
- Browser/client-side tool execution: `references/remote-tools.md`
|
|
@@ -0,0 +1,144 @@
|
|
|
1
|
+
# StreamEmitter
|
|
2
|
+
|
|
3
|
+
Emit live progress, errors, and status updates from tools during streaming execution.
|
|
4
|
+
|
|
5
|
+
## Overview
|
|
6
|
+
|
|
7
|
+
`StreamEmitter` allows tools to send **live progress updates** back to the caller during `app.stream(...)` / `app.astream(...)` execution. Tools can report intermediate steps, retries, and errors in real-time without using an external publisher.
|
|
8
|
+
|
|
9
|
+
## Key Points
|
|
10
|
+
|
|
11
|
+
- **Streaming only**: Automatically injected during `app.stream()` / `app.astream()`, not during `invoke()` / `ainvoke()`
|
|
12
|
+
- **Optional parameter**: Declare as `emit: StreamEmitter | None = None` in tool functions
|
|
13
|
+
- **Thread-safe**: Works with both sync and async tools
|
|
14
|
+
- **Built-in**: Uses the same streaming pipeline; no external publisher required
|
|
15
|
+
|
|
16
|
+
## Common Methods
|
|
17
|
+
|
|
18
|
+
### `progress(message: str, data: dict | None = None)`
|
|
19
|
+
|
|
20
|
+
Emit a progress update showing intermediate steps or status changes.
|
|
21
|
+
|
|
22
|
+
```python
|
|
23
|
+
if emit:
|
|
24
|
+
emit.progress("Fetching data...", data={"attempt": 1, "max_attempts": 3})
|
|
25
|
+
```
|
|
26
|
+
|
|
27
|
+
### `error(message: str, data: dict | None = None)`
|
|
28
|
+
|
|
29
|
+
Emit an error update (informational; doesn't interrupt execution).
|
|
30
|
+
|
|
31
|
+
```python
|
|
32
|
+
if emit:
|
|
33
|
+
emit.error("API timeout, using cache", data={"retry_count": 3})
|
|
34
|
+
```
|
|
35
|
+
|
|
36
|
+
### `message(message: str, data: dict | None = None)`
|
|
37
|
+
|
|
38
|
+
Emit a plain informational message.
|
|
39
|
+
|
|
40
|
+
```python
|
|
41
|
+
if emit:
|
|
42
|
+
emit.message("Processing complete", data={"items_processed": 1000})
|
|
43
|
+
```
|
|
44
|
+
|
|
45
|
+
### `update(data: dict)`
|
|
46
|
+
|
|
47
|
+
Emit a generic data update without a message.
|
|
48
|
+
|
|
49
|
+
```python
|
|
50
|
+
if emit:
|
|
51
|
+
emit.update({
|
|
52
|
+
"status": "batch_progress",
|
|
53
|
+
"processed": 50,
|
|
54
|
+
"total": 100,
|
|
55
|
+
"percentage": 50.0,
|
|
56
|
+
})
|
|
57
|
+
```
|
|
58
|
+
|
|
59
|
+
## Usage Pattern
|
|
60
|
+
|
|
61
|
+
```python
|
|
62
|
+
from agentflow.core.state.stream_emitter import StreamEmitter
|
|
63
|
+
|
|
64
|
+
def my_tool(
|
|
65
|
+
param: str,
|
|
66
|
+
emit: StreamEmitter | None = None,
|
|
67
|
+
) -> str:
|
|
68
|
+
"""Tool that reports progress during streaming."""
|
|
69
|
+
if emit:
|
|
70
|
+
emit.progress("Starting work...")
|
|
71
|
+
|
|
72
|
+
# ... do work ...
|
|
73
|
+
|
|
74
|
+
if emit:
|
|
75
|
+
emit.progress("Finalizing...", data={"step": 2})
|
|
76
|
+
|
|
77
|
+
return "result"
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
## When to Use
|
|
81
|
+
|
|
82
|
+
✅ **Use for:**
|
|
83
|
+
- Long-running operations (API calls, file processing)
|
|
84
|
+
- Retries with multiple attempts
|
|
85
|
+
- Multi-step processes
|
|
86
|
+
- Batch processing with progress tracking
|
|
87
|
+
|
|
88
|
+
❌ **Don't use for:**
|
|
89
|
+
- Fast operations (<100ms)
|
|
90
|
+
- Non-streaming paths (emit will be None anyway)
|
|
91
|
+
- Critical control flow (always return a result regardless)
|
|
92
|
+
|
|
93
|
+
## Behavior
|
|
94
|
+
|
|
95
|
+
| Execution Mode | Emit Parameter | Output |
|
|
96
|
+
|---|---|---|
|
|
97
|
+
| `app.stream()` | `StreamEmitter` | Progress updates in stream |
|
|
98
|
+
| `app.astream()` | `StreamEmitter` | Progress updates in stream |
|
|
99
|
+
| `app.invoke()` | `None` | No progress updates |
|
|
100
|
+
| `app.ainvoke()` | `None` | No progress updates |
|
|
101
|
+
|
|
102
|
+
## Stream Output
|
|
103
|
+
|
|
104
|
+
Emitted chunks appear in the stream output with structure:
|
|
105
|
+
|
|
106
|
+
```python
|
|
107
|
+
{
|
|
108
|
+
"event": "message" | "error" | "update",
|
|
109
|
+
"data": {
|
|
110
|
+
"status": "tool_progress" | "tool_failed" | "tool_message" | ...,
|
|
111
|
+
"tool_name": "my_tool",
|
|
112
|
+
"tool_call_id": "call_abc123",
|
|
113
|
+
"node": "TOOL",
|
|
114
|
+
"message": "...",
|
|
115
|
+
"thread_id": "...",
|
|
116
|
+
"run_id": "...",
|
|
117
|
+
# ... plus any extra data passed
|
|
118
|
+
},
|
|
119
|
+
}
|
|
120
|
+
```
|
|
121
|
+
|
|
122
|
+
## Performance Tips
|
|
123
|
+
|
|
124
|
+
- Emit at meaningful intervals, not every iteration
|
|
125
|
+
- For batch work: emit every N items, not on every item
|
|
126
|
+
- Avoid thousands of updates per second
|
|
127
|
+
|
|
128
|
+
```python
|
|
129
|
+
# ❌ Too frequent
|
|
130
|
+
for item in items:
|
|
131
|
+
if emit:
|
|
132
|
+
emit.progress(f"Processing {item}")
|
|
133
|
+
|
|
134
|
+
# ✅ Batched
|
|
135
|
+
for i, item in enumerate(items):
|
|
136
|
+
if (i + 1) % 100 == 0 and emit:
|
|
137
|
+
emit.progress(f"Processed {i + 1} of {len(items)}")
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
## See Also
|
|
141
|
+
|
|
142
|
+
- [Tools](agents-and-tools.md) — Defining and registering tools
|
|
143
|
+
- [Streaming](streaming.md) — Overview of streaming chunks
|
|
144
|
+
- [Dependency Injection](dependency-injection.md) — How parameters like `emit` are injected
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/api.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/build.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/init.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/commands/skills.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/constants.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/core/__init__.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/core/config.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/core/output.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/core/validation.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/cli/exceptions.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
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/__init__.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/__init__.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
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/loader.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/main.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/routers/a2a.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
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/agentflow_cli/src/app/worker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/graph/thread_name_generator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2 → 10xscale_agentflow_cli-0.3.2.1}/tests/test_sprint4_media_api.py
RENAMED
|
File without changes
|
|
File without changes
|