10xscale-agentflow-cli 0.3.2.6__tar.gz → 0.3.2.7__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.6 → 10xscale_agentflow_cli-0.3.2.7}/10xscale_agentflow_cli.egg-info/PKG-INFO +1 -1
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/PKG-INFO +1 -1
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/eval.py +15 -2
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/pyproject.toml +1 -1
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/10xscale_agentflow_cli.egg-info/SOURCES.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/10xscale_agentflow_cli.egg-info/dependency_links.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/10xscale_agentflow_cli.egg-info/entry_points.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/10xscale_agentflow_cli.egg-info/not-zip-safe +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/10xscale_agentflow_cli.egg-info/requires.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/10xscale_agentflow_cli.egg-info/top_level.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/MANIFEST.in +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/README.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow.json +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/api.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/build.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/init.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/skills.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/test.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/version.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/constants.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/core/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/core/config.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/core/output.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/core/validation.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/exceptions.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/logger.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/main.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/defaults.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/dev/agentflow.json +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/dev/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/dev/graph/agent.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/.pre-commot-config.yaml +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/agentflow.json +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/auth/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/auth/agent_auth.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/evals/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/evals/user_simulator_eval.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/evals/weather_agents_eval.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/agent.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/nodes/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/nodes/main_node.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/nodes/tool_node.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/state.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/thread_name_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/tools/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/tools/weather_tool.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/utils/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/utils/tool_decision.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/validators/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/validators/lifecyle.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/validators/manager.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/graph/validators/validators.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/tests/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/tests/conftest.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/tests/test_agent_eval.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/tests/test_catalog_tools.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/prod/tests/test_graph_nodes.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/SKILL.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/agents-and-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/api-client.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/api-configuration.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/api-settings-and-middleware.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/architecture.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/auth-and-authorization.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/callbacks-and-command.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/checkpointing-and-threads.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/cli-commands.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/client-auth-and-errors.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/client-messages-invoke-stream.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/client-threads-memory-files.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/context-id-background.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/dependency-injection.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/evaluation.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/id-and-thread-name-generators.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/media-and-files.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/memory-and-store.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/prebuilt-agents-and-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/production-runtime.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/providers-and-adapters.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/publishers-and-runtime-protocols.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/rate-limiting.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/remote-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/rest-api-and-errors.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/security-and-validators.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/state-and-messages.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/state-graph.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/stream-emitter.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/streaming.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/testing-and-evaluation.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/agent-skills/references/unit-testing.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/templates/skills/copilot/agentflow.instructions.md +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/auth/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/auth/auth_backend.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/auth/authorization.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/auth/base_auth.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/auth/jwt_auth.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/auth/permissions.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/config/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/config/graph_config.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/config/media_settings.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/config/sentry_config.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/config/settings.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/config/setup_logs.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/config/setup_middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/config/worker_middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/exceptions/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/exceptions/general_exception.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/exceptions/handle_errors.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/exceptions/resources_exceptions.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/exceptions/user_exception.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/rate_limit/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/rate_limit/base.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/rate_limit/factory.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/rate_limit/memory.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/rate_limit/middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/rate_limit/redis.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/request_limits.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/middleware/security_headers.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/utils/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/core/utils/log_sanitizer.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/loader.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/main.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/a2a.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/a2ui.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/checkpointer/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/checkpointer/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/checkpointer/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/checkpointer/schemas/checkpointer_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/checkpointer/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/checkpointer/services/checkpointer_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/graph/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/graph/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/graph/schemas/graph_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/graph/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/graph/services/graph_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/graph/services/multimodal_preprocessor.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/media/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/media/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/media/schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/ping/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/ping/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/setup_router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/store/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/store/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/store/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/store/schemas/store_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/store/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/routers/store/services/store_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/tasks/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/tasks/user_tasks.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/callable_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/media/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/media/extractor.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/media/pipeline.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/parse_output.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/response_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/schemas/output_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/schemas/user_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/snowflake_id_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/swagger_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/utils/thread_name_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/worker.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/graph/react.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/requirements.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/setup.cfg +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/tests/test_multimodal_sprint2_extraction.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/tests/test_sprint4_media_api.py +0 -0
- {10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/tests/test_utils_parse_and_callable.py +0 -0
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/eval.py
RENAMED
|
@@ -354,7 +354,11 @@ class EvalCommand(BaseCommand):
|
|
|
354
354
|
criteria = self._default_config().criteria
|
|
355
355
|
|
|
356
356
|
print(f"Criteria source: {source}", flush=True) # noqa: T201
|
|
357
|
-
for name
|
|
357
|
+
for name in criteria.model_fields:
|
|
358
|
+
cfg = getattr(criteria, name)
|
|
359
|
+
if cfg is None:
|
|
360
|
+
continue
|
|
361
|
+
|
|
358
362
|
parts = [f"threshold={cfg.threshold}"]
|
|
359
363
|
parts.append(cfg.match_type.value)
|
|
360
364
|
if cfg.judge_model:
|
|
@@ -428,10 +432,13 @@ class EvalCommand(BaseCommand):
|
|
|
428
432
|
|
|
429
433
|
async def _run_simulation(ps: _PendingSimulation) -> tuple[str, str, str, EvalCaseResult]:
|
|
430
434
|
from agentflow.qa.evaluation.eval_result import CriterionResult
|
|
435
|
+
from agentflow.qa.evaluation.token_usage import TokenUsage
|
|
431
436
|
|
|
432
437
|
try:
|
|
433
438
|
sim_result = await ps.simulator.run(ps.graph, ps.scenario)
|
|
434
|
-
|
|
439
|
+
# Use the full CriterionResult objects (with per-criterion token_usage)
|
|
440
|
+
# if available; fall back to rebuilding from scores dict.
|
|
441
|
+
criterion_results = sim_result.criterion_results or [
|
|
435
442
|
CriterionResult.success(
|
|
436
443
|
criterion=name,
|
|
437
444
|
score=score,
|
|
@@ -455,11 +462,17 @@ class EvalCommand(BaseCommand):
|
|
|
455
462
|
conversation_text = "\n".join(
|
|
456
463
|
f"{m['role'].upper()}: {m['content']}" for m in sim_result.conversation
|
|
457
464
|
)
|
|
465
|
+
criteria_token_usage = sum(
|
|
466
|
+
(cr.token_usage for cr in criterion_results), TokenUsage()
|
|
467
|
+
)
|
|
468
|
+
total_token_usage = sim_result.simulator_token_usage + criteria_token_usage
|
|
458
469
|
result = EvalCaseResult.success(
|
|
459
470
|
eval_id=ps.scenario.scenario_id,
|
|
460
471
|
name=ps.scenario.description or ps.scenario.scenario_id,
|
|
461
472
|
criterion_results=criterion_results,
|
|
462
473
|
actual_response=conversation_text,
|
|
474
|
+
token_usage=total_token_usage,
|
|
475
|
+
agent_token_usage=sim_result.simulator_token_usage,
|
|
463
476
|
metadata={
|
|
464
477
|
"turns": sim_result.turns,
|
|
465
478
|
"goals_achieved": sim_result.goals_achieved,
|
|
File without changes
|
|
File without changes
|
|
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.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/api.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/init.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/commands/test.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/constants.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/core/__init__.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/core/config.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/core/output.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/exceptions.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/cli/logger.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
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/__init__.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/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.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/loader.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/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
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/agentflow_cli/src/app/worker.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.6 → 10xscale_agentflow_cli-0.3.2.7}/tests/test_sprint4_media_api.py
RENAMED
|
File without changes
|
|
File without changes
|