10xscale-agentflow-cli 0.3.2.7__tar.gz → 0.3.2.8__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.7 → 10xscale_agentflow_cli-0.3.2.8}/10xscale_agentflow_cli.egg-info/PKG-INFO +1 -1
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/PKG-INFO +1 -1
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/eval.py +8 -8
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/pyproject.toml +1 -1
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/10xscale_agentflow_cli.egg-info/SOURCES.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/10xscale_agentflow_cli.egg-info/dependency_links.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/10xscale_agentflow_cli.egg-info/entry_points.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/10xscale_agentflow_cli.egg-info/not-zip-safe +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/10xscale_agentflow_cli.egg-info/requires.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/10xscale_agentflow_cli.egg-info/top_level.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/MANIFEST.in +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/README.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow.json +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/api.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/build.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/init.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/skills.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/test.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/version.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/constants.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/core/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/core/config.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/core/output.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/core/validation.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/exceptions.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/logger.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/main.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/defaults.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/dev/agentflow.json +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/dev/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/dev/graph/agent.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/.pre-commot-config.yaml +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/agentflow.json +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/auth/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/auth/agent_auth.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/evals/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/evals/user_simulator_eval.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/evals/weather_agents_eval.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/agent.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/nodes/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/nodes/main_node.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/nodes/tool_node.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/state.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/thread_name_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/tools/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/tools/weather_tool.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/utils/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/utils/tool_decision.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/validators/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/validators/lifecyle.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/validators/manager.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/graph/validators/validators.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/tests/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/tests/conftest.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/tests/test_agent_eval.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/tests/test_catalog_tools.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/prod/tests/test_graph_nodes.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/SKILL.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/agents-and-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/api-client.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/api-configuration.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/api-settings-and-middleware.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/architecture.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/auth-and-authorization.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/callbacks-and-command.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/checkpointing-and-threads.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/cli-commands.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/client-auth-and-errors.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/client-messages-invoke-stream.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/client-threads-memory-files.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/context-id-background.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/dependency-injection.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/evaluation.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/id-and-thread-name-generators.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/media-and-files.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/memory-and-store.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/prebuilt-agents-and-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/production-runtime.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/providers-and-adapters.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/publishers-and-runtime-protocols.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/rate-limiting.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/remote-tools.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/rest-api-and-errors.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/security-and-validators.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/state-and-messages.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/state-graph.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/stream-emitter.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/streaming.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/testing-and-evaluation.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/agent-skills/references/unit-testing.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/templates/skills/copilot/agentflow.instructions.md +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/auth/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/auth/auth_backend.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/auth/authorization.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/auth/base_auth.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/auth/jwt_auth.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/auth/permissions.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/config/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/config/graph_config.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/config/media_settings.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/config/sentry_config.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/config/settings.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/config/setup_logs.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/config/setup_middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/config/worker_middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/exceptions/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/exceptions/general_exception.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/exceptions/handle_errors.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/exceptions/resources_exceptions.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/exceptions/user_exception.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/rate_limit/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/rate_limit/base.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/rate_limit/factory.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/rate_limit/memory.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/rate_limit/middleware.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/rate_limit/redis.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/request_limits.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/middleware/security_headers.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/utils/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/core/utils/log_sanitizer.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/loader.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/main.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/a2a.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/a2ui.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/checkpointer/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/checkpointer/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/checkpointer/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/checkpointer/schemas/checkpointer_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/checkpointer/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/checkpointer/services/checkpointer_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/graph/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/graph/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/graph/schemas/graph_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/graph/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/graph/services/graph_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/graph/services/multimodal_preprocessor.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/media/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/media/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/media/schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/ping/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/ping/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/setup_router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/store/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/store/router.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/store/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/store/schemas/store_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/store/services/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/routers/store/services/store_service.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/tasks/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/tasks/user_tasks.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/callable_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/media/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/media/extractor.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/media/pipeline.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/parse_output.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/response_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/schemas/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/schemas/output_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/schemas/user_schemas.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/snowflake_id_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/swagger_helper.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/utils/thread_name_generator.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/worker.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/graph/__init__.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/graph/react.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/requirements.txt +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/setup.cfg +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/tests/test_multimodal_sprint2_extraction.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/tests/test_sprint4_media_api.py +0 -0
- {10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/tests/test_utils_parse_and_callable.py +0 -0
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/eval.py
RENAMED
|
@@ -14,7 +14,7 @@ from dataclasses import dataclass
|
|
|
14
14
|
from pathlib import Path
|
|
15
15
|
from typing import TYPE_CHECKING, Any
|
|
16
16
|
|
|
17
|
-
from agentflow.qa.evaluation import CriterionConfig, EvalConfig
|
|
17
|
+
from agentflow.qa.evaluation import CriteriaConfig, CriterionConfig, EvalConfig
|
|
18
18
|
from agentflow.qa.evaluation.collectors.trajectory_collector import (
|
|
19
19
|
TrajectoryCollector,
|
|
20
20
|
make_trajectory_callback,
|
|
@@ -135,13 +135,13 @@ class EvalCommand(BaseCommand):
|
|
|
135
135
|
|
|
136
136
|
def _default_config(self) -> EvalConfig:
|
|
137
137
|
return EvalConfig(
|
|
138
|
-
criteria=
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
),
|
|
143
|
-
|
|
144
|
-
|
|
138
|
+
criteria=CriteriaConfig(
|
|
139
|
+
tool_name_match=CriterionConfig.tool_name_match(threshold=1.0),
|
|
140
|
+
# response_match=CriterionConfig.response_match(threshold=0.8),
|
|
141
|
+
# hallucinations=CriterionConfig.hallucination(threshold=0.8),
|
|
142
|
+
rouge_match=CriterionConfig.rouge_match(threshold=0.5),
|
|
143
|
+
node_order=CriterionConfig.node_order(threshold=0.8),
|
|
144
|
+
)
|
|
145
145
|
)
|
|
146
146
|
|
|
147
147
|
# ------------------------------------------------------------------
|
|
File without changes
|
|
File without changes
|
|
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.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/api.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/init.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/commands/test.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/constants.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/core/__init__.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/core/config.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/core/output.py
RENAMED
|
File without changes
|
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/cli/exceptions.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/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.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/__init__.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/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.7 → 10xscale_agentflow_cli-0.3.2.8}/agentflow_cli/src/app/loader.py
RENAMED
|
File without changes
|
{10xscale_agentflow_cli-0.3.2.7 → 10xscale_agentflow_cli-0.3.2.8}/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.7 → 10xscale_agentflow_cli-0.3.2.8}/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.7 → 10xscale_agentflow_cli-0.3.2.8}/tests/test_sprint4_media_api.py
RENAMED
|
File without changes
|
|
File without changes
|