tactus 0.34.0__tar.gz → 0.34.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.
- {tactus-0.34.0 → tactus-0.34.1}/CHANGELOG.md +8 -0
- {tactus-0.34.0 → tactus-0.34.1}/PKG-INFO +1 -1
- {tactus-0.34.0 → tactus-0.34.1}/pyproject.toml +1 -1
- {tactus-0.34.0 → tactus-0.34.1}/tactus/__init__.py +1 -1
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/package-lock.json +9 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/package.json +1 -1
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/tsconfig.json +8 -3
- tactus-0.34.1/tactus-ide/frontend/vendor/tactus-hitl-components/package.json +9 -0
- tactus-0.34.1/tactus-ide/frontend/vendor/tactus-hitl-components/src/index.tsx +15 -0
- tactus-0.34.1/tactus-ide/frontend/vendor/tactus-hitl-components/src/styles.css +1 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/vite.config.ts +14 -5
- {tactus-0.34.0 → tactus-0.34.1}/.claude/agents.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/.github/workflows/release.yml +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/.gitignore +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/.tactus/config.yml.example +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/AGENTS.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/CHANGES_SUMMARY.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/CHECKPOINT_RESUME_PLAN.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/CURRENT_STATUS_AND_NEXT_STEPS.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/DETERMINISTIC_REQUEST_ID_FIX.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/EXECUTION_TRACE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/IMPLEMENTATION.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/LICENSE +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/Makefile +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/PHASE0_IPC_CHANNEL_COMPLETE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/PHASE2_INTEGRATION_COMPLETE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/PHASE3_IDE_HITL_INTEGRATION.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/SPECIFICATION.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/TECHNICAL_DEBT.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/behave.ini +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/AGENTS.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/BDD_TESTING.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/CONFIGURATION.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/CONTROL_LOOP_PHASE1_COMPLETE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/DURABILITY.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/FILE_IO.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/MANUAL_CHECKPOINT_TESTING.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/OMNICHANNEL_HITL_PLAN.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/SANDBOXING.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/STREAMING.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/TOOLS.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/TOOL_ROADMAP.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/archive/CHECKPOINT_RESUME_STATUS.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/archive/CHECKPOINT_TESTING_PLAN.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/archive/CONTROL_LOOP_INTEGRATION.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/archive/HITL_CHECKPOINT_FIX_COMPLETE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/archive/HITL_FIX_SUMMARY.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/archive/LLM_CHECKPOINTING_COMPLETE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs/development-mode.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs_output/classify.html +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/docs_output/index.html +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/.tactus/config.yml +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/.tactus/config.yml.example +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/01-basics-hello-world.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/02-basics-simple-logic.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/03-basics-parameters.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/04-basics-simple-agent.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/05-basics-multi-model.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/06-basics-streaming.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/07-basics-bedrock.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/08-basics-models.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/09-basics-google-gemini.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/10-feature-state.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/11-feature-message-history.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/12-feature-structured-output.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/13-feature-session.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/14-feature-per-turn-tools-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/14-feature-per-turn-tools.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/15-feature-local-tools.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/16-feature-toolsets-advanced.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/17-feature-toolsets-dsl.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/18-feature-lua-tools-individual.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/18-feature-lua-tools-inline.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/18-feature-lua-tools-toolset.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/19-feature-direct-tool-calls.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/20-bdd-complete.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/21-bdd-passing.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/22-bdd-fuzzy-matching.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/30-eval-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/31-eval-demo.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/32-eval-success-rate.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/33-eval-thresholds.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/34-eval-dataset.jsonl +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/34-eval-dataset.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/35-eval-trace.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/36-eval-advanced.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/37-eval-comprehensive.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/39-model-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/40-mcp-test.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/40-model-text-classifier.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/41-mcp-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/41-model-pytorch.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/43-sub-procedure-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/44-sub-procedure-composition.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/45-sub-procedure-recursive.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/46-checkpoint-explicit.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/47-checkpoint-expensive-ops.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/48-script-mode-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/50-inputs-showcase.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/51-inputs-calculator.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/52-file-io-basics.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/53-tsv-file-io.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/54-json-file-io.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/55-parquet-file-io.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/56-hdf5-file-io.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/57-excel-file-io.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/58-text-file-io.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/60-tool-sources.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/61-inline-toolset-lua.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/62-mcp-toolset-by-server.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/63-toolset-import-from-file.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/64-require-modules.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/65-optional-state-demo.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/66-host-tools-via-broker.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/67-host-tool-source.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/70-mocking-static.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/71-mocking-temporal.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/72-mocking-conditional.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/90-hitl-debug.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/90-hitl-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/90-hitl-test-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/90-hitl-ultra-debug.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/90-super-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/90-test-params.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/91-control-loop-demo.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/92-test-inputs-simple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/92-test-inputs.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/92-test-multiple.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/93-test-ide-hitl.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/93-test-individual-hitl.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/93-test-input-summary.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/94-test-custom-components.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/95-agent-hitl.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/99-misc-test-loading.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/agent_test.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/app_config.ini +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/classify_test.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/data/sample.csv +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/demo_output.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/fuzzy_matching_demo.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/fuzzy_matching_demo_simple_spec.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/fuzzy_simple_test.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/helpers/math_module.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/helpers/product.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/helpers/string_module.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/helpers/sum.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/helpers/text_tools.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/hitl_toolset.lua +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/inventory_summary.tsv +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/llm_classify_binary.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/llm_classify_multiclass.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/llm_classify_with_metadata.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/mock-config.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/models/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/models/create_sentiment_model.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/output_summary.txt +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-raw-module.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-raw-streaming.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-resume-basic.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-resume-hitl-types.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-resume-llm.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-resume-many-checkpoints.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-resume-mixed.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-resume-multi-hitl.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-resume-timeout.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-temperature-multi-calls.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/test-temperature-variation.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/tools/calculations.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/tools/data_analysis.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/tools/search.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/with_dependencies/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/with_dependencies/simple_http_test.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/examples/with_dependencies/time_lookup.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/01_state_management.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/02_checkpointing.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/03_human_in_the_loop.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/04_control_flow.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/05_tool_integration.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/06_retry_logic.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/07_file_operations.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/08_agent_primitives.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/09_workflow_execution.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/10_lua_integration.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/11_storage_backends.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/12_json_operations.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/13_logging.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/15_procedure_calls.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/16_session_management.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/17_lua_dsl_validation.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/18_example_procedures.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/19_ide_server.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/20_parameters.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/21_outputs.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/23_prompts.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/24_bdd_specifications.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/25_bdd_custom_steps.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/26_bdd_evaluation.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/27_default_settings.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/28_custom_prompts.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/29_execution_settings.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/30_session_filters.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/31_matchers.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/32_result_object.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/33_output_type.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/42_model_primitive.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/43_sub_procedure_checkpointing.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/46_explicit_checkpoint.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/48_script_mode.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/51_dspy_lm_config.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/52_dspy_signature.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/53_dspy_module.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/54_dspy_history.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/55_dspy_prediction.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/56_dspy_agent.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/57_chat_assistant.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/60_formatting.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/61_classify_primitive.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/61_cli_run_exit_codes.feature +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/documentation/IDE_SERVER_BEHAVIOR.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/documentation/Lua DSL/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/environment.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/agent_primitives_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/chat_assistant_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/checkpointing_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/classify_primitive_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/cli_run_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/control_flow_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/dspy_agent_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/dspy_history_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/dspy_lm_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/dspy_module_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/dspy_prediction_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/dspy_signature_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/example_procedures_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/file_operations_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/formatting_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/human_in_the_loop_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/ide_server_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/json_operations_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/logging_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/lua_dsl_validation_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/lua_integration_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/mocking_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/procedure_calls_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/result_and_output_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/retry_logic_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/session_management_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/state_management_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/storage_backend_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/support/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/support/harnesses.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/tool_integration_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/features/steps/workflow_execution_steps.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/planning/BROKER_AND_TOOL_RUNNERS.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/planning/FORMATTER.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/scripts/audit_examples_mocking.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/scripts/convert_examples.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/scripts/run_precommit_suite.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/scripts/timeout.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/start-web-ide.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/broker_log.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/channels/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/channels/base.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/channels/broker.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/channels/cli.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/channels/host.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/channels/ipc.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/channels/sse.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/cli_hitl.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/cli_log.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/control_loop.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/cost_collector_log.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/file_storage.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/http_callback_log.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/ide_log.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/lua_tools.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/mcp.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/mcp_manager.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/memory.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/adapters/plugins.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/backends/http_backend.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/backends/model_backend.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/backends/pytorch_backend.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/broker/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/broker/client.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/broker/protocol.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/broker/server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/broker/stdio.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/cli/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/cli/app.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/cli/commands/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/cli/control.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/config_manager.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/dependencies/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/dependencies/registry.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/dsl_stubs.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/exceptions.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/execution_context.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/lua_sandbox.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/message_history_manager.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/mocking.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/output_validator.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/registry.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/runtime.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/template_resolver.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/core/yaml_parser.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docker/Dockerfile +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docker/Dockerfile.pypi +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docker/entrypoint.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docs/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docs/extractor.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docs/html_renderer.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docs/models.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docs/templates/base.html +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docs/templates/index.html +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/docs/templates/module.html +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/dspy/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/dspy/agent.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/dspy/broker_lm.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/dspy/config.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/dspy/history.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/dspy/module.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/dspy/prediction.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/dspy/signature.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/formatting/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/formatting/formatter.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/ide/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/ide/coding_assistant.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/ide/config_server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/ide/server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/control.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/file.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/handles.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/host.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/human.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/json.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/log.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/message_history.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/model.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/procedure.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/procedure_callable.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/retry.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/session.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/state.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/step.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/system.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/tool.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/tool_handle.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/primitives/toolset.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/chat_recorder.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/config.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/control.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/cost.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/hitl.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/log_handler.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/models.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/notification.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/result.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/protocols/storage.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/providers/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/providers/base.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/providers/bedrock.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/providers/google.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/providers/openai.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/sandbox/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/sandbox/config.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/sandbox/container_runner.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/sandbox/docker_manager.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/sandbox/entrypoint.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/sandbox/protocol.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/classify/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/classify/classify.spec.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/classify/classify.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/classify/fuzzy.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/classify/llm.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/classify/primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/core/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/core/base.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/core/confidence.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/core/models.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/core/retry.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/core/validation.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/extract/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/extract/llm.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/extract/primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/csv.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/excel.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/file.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/fs.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/hdf5.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/json.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/parquet.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/io/tsv.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/loader.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/classify/base.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/classify/fuzzy.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/classify/index.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/classify/init.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/classify/llm.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/classify.spec.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/extract/base.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/extract/index.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/extract/init.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/extract/llm.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/extract.spec.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/generate/base.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/generate/index.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/generate/init.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/generate/llm.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/generate.spec.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/tools/done.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/stdlib/tac/tactus/tools/log.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/behave_integration.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/context.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/eval_models.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/evaluation_runner.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/evaluators.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/events.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/gherkin_parser.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/mock_agent.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/mock_dependencies.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/mock_hitl.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/mock_registry.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/mock_tools.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/models.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/pydantic_eval_runner.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/steps/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/steps/builtin.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/steps/custom.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/steps/registry.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/testing/test_runner.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/tracing/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/tracing/trace_manager.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/utils/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/utils/cost_calculator.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/utils/model_pricing.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/utils/safe_file_library.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/utils/safe_libraries.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/LuaLexerBase.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/LuaParserBase.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/error_listener.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaLexer.interp +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaLexer.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaLexer.tokens +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaLexerBase.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaParser.interp +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaParser.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaParser.tokens +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaParserBase.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/LuaParserVisitor.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/generated/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/grammar/LuaLexer.g4 +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/grammar/LuaParser.g4 +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/semantic_visitor.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus/validation/validator.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/.gitignore +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/BUILD_GUIDE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/DISTRIBUTION.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/ELECTRON_INTEGRATION.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/RUN_ELECTRON.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/SETUP_COMPLETE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/backend/hook-lupa.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/backend/tactus_backend.spec +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/package-lock.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/package.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/preload/preload.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/preload/tsconfig.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/rebuild-and-test.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/resources/app-icon.icns +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/resources/app-icon.ico +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/resources/app-icon.png +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/scripts/build-backend.mjs +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/scripts/build-frontend.mjs +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/scripts/generate-icons.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/scripts/test-ci-build.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/src/backend-manager.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/src/main.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/src/menu.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/src/preferences-window.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-desktop/tsconfig.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/ARCHITECTURE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/CHANGELOG.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/DEV_MODE.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/QUICK_START.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/RESTART_INSTRUCTIONS.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/TROUBLESHOOTING.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/assistant_service.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/assistant_tools.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/chat_server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/config_server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/events.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/logging_capture.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/lsp_server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/requirements.txt +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/tactus_lsp_handler.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/test_lsp_server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/backend/text_editor_tool.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/dev.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/.storybook/main.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/.storybook/preview.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/.storybook/vitest.setup.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/README.md +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/components.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/demo.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/index.html +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/jest.config.js +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/postcss.config.js +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/App.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/Editor.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/LSPClient.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/LSPClientHTTP.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/TactusLanguage.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/commands/registry.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/AboutDialog.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/AuthErrorDialog.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ChatSidebar.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/CheckpointSummary.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/CollapsibleRun.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/Duration.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/Duration.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/FileTree.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/FileTree.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/MessageFeed.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/PreferencesView.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ProcedureInputsDisplay.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ProcedureInputsDisplay.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ProcedureInputsModal.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ProcedureInputsModal.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ProcedureTab.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ProcedureTab.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ResizeHandle.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ResultsSidebar.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ResultsSidebar.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/TestOptionsModal.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/Timestamp.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/Timestamp.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/TopMenuBar.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ai-elements/confirmation.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/chat/ChatInterface.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/chat/MessageInput.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/chat/MessageList.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/CheckpointDetails.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/CheckpointDetails.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/CheckpointList.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/CheckpointList.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/DebuggerPanel.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/DebuggerPanel.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/RunSelector.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/RunSelector.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/StatisticsPanel.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/debugger/StatisticsPanel.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/AgentStreamingComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/BaseEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/CheckpointEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/CollapsibleTestScenario.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/ContainerStatusEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/CostEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/CostEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/EvaluationEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/EvaluationEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/EventRenderer.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/ExecutionEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/ExecutionEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/ExecutionSummaryEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/ExecutionSummaryEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/HITLEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/HITLEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/LoadingEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/LoadingEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/LogCluster.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/LogEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/LogEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/OutputEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/OutputEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/TestEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/TestEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/TestProgressContainer.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/ToolCallEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/ValidationEventComponent.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/events/ValidationEventComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/registry.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/standard-library/builtin/ApprovalComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/standard-library/builtin/InputComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/standard-library/builtin/SelectComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/standard-library/builtin/index.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/standard-library/index.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/standard-library/selectors/ImageSelectorComponent.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/standard-library/selectors/index.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/hitl/types.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/metadata/AgentsSection.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/metadata/EvaluationsSection.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/metadata/MetadataSections.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/metadata/OutputsSection.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/metadata/ParametersSection.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/metadata/SpecificationsSection.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/metadata/StagesSection.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/metadata/ToolsSection.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/preferences/ConfigFieldView.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/preferences/SourceBadge.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/preferences/YamlCodeEditor.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/scenarios/EvaluateScenarios.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/scenarios/RunScenarios.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/scenarios/TestScenarios.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/scenarios/ValidationScenarios.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/theme-provider.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/ai/conversation.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/ai/message.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/ai/prompt-input.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/alert.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/badge.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/button.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/dialog.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/dropdown-menu.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/input.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/label.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/logo.stories.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/logo.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/menubar.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/scroll-area.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/select.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/separator.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/switch.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/tabs.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/components/ui/tooltip.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/hooks/useChatSSE.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/hooks/useEventStream.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/hooks/useTracing.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/index.css +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/lib/utils.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/main.tsx +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/types/events.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/types/metadata.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/types/preferences.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/types/results.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/types/tracing.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/utils/clipboard.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/utils/runExport.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/utils/yamlSync.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/validation/TactusValidator.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/validation/generated/LuaParser.interp +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/validation/generated/LuaParser.tokens +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/validation/types.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/src/vite-env.d.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/tailwind.config.js +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/tests/runExport.test.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/tsconfig.node.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/frontend/vitest.shims.d.ts +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/package.json +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tactus-ide/start-dev.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/test-ci.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/test_classify_loading.tac +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/test_run_inputs.sh +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/adapters/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/adapters/test_lua_tools_adapter.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/adapters/test_plugins.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/broker/test_broker_host_tool_source.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/broker/test_broker_integration.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/broker/test_broker_tcp_integration.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/broker/test_broker_tcp_unit.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/broker/test_brokered_lm_unit.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/cli/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/cli/test_cli.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/cli/test_cli_inputs.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/conftest.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/core/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/core/test_config_manager.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/core/test_determinism_safety.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/core/test_lua_sandbox_security.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/core/test_runtime_inputs.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/core/test_script_mode.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/dspy/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/dspy/test_mock_field_normalization.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/dspy/test_module_parameter.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/dspy/test_prediction_messages.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/dspy/test_streaming.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/fixtures/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/fixtures/brave_search_mcp_server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/fixtures/filesystem_mcp_server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/fixtures/test_mcp_server.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/integration/test_named_procedures.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/mocks/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/mocks/llm_mocks.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/primitives/test_checkpoint_primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/primitives/test_host_primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/primitives/test_retry_primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/primitives/test_state_primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/primitives/test_system_alert.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/primitives/test_tool_primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/primitives/test_toolset_dsl.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/sandbox/test_container_runner.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/sandbox/test_docker_sandbox_smoke.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/classify/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/classify/test_classify_primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/classify/test_fuzzy_algorithms.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/classify/test_fuzzy_classifier.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/classify/test_fuzzy_demo.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/extract/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/extract/test_extract_primitive.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/test_loader.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/stdlib/test_require_python.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/test_checkpoints_integration.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/test_formatter.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/test_mcp_integration.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/test_tracing.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/conftest.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/test_all_examples.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/test_e2e.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/test_gherkin_parser.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/test_integration.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/test_models.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/test_runtime_integration.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/testing/test_step_registry.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/utils/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/utils/test_safe_file_library.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/validation/__init__.py +0 -0
- {tactus-0.34.0 → tactus-0.34.1}/tests/validation/test_tool_curried_syntax_disallowed.py +0 -0
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
<!-- version list -->
|
|
4
4
|
|
|
5
|
+
## v0.34.1 (2026-01-25)
|
|
6
|
+
|
|
7
|
+
### Bug Fixes
|
|
8
|
+
|
|
9
|
+
- Add local HITL components fallback
|
|
10
|
+
([`ddda4cd`](https://github.com/AnthusAI/Tactus/commit/ddda4cdb304a0e1d52007bc98e60fb45d00cc166))
|
|
11
|
+
|
|
12
|
+
|
|
5
13
|
## v0.34.0 (2026-01-25)
|
|
6
14
|
|
|
7
15
|
### Bug Fixes
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"name": "tactus-ide-frontend",
|
|
9
9
|
"version": "0.1.0",
|
|
10
10
|
"dependencies": {
|
|
11
|
+
"@anthus/tactus-hitl-components": "file:vendor/tactus-hitl-components",
|
|
11
12
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
12
13
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
13
14
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
@@ -129,6 +130,10 @@
|
|
|
129
130
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
130
131
|
}
|
|
131
132
|
},
|
|
133
|
+
"node_modules/@anthus/tactus-hitl-components": {
|
|
134
|
+
"resolved": "vendor/tactus-hitl-components",
|
|
135
|
+
"link": true
|
|
136
|
+
},
|
|
132
137
|
"node_modules/@babel/code-frame": {
|
|
133
138
|
"version": "7.27.1",
|
|
134
139
|
"resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.27.1.tgz",
|
|
@@ -10706,6 +10711,10 @@
|
|
|
10706
10711
|
"funding": {
|
|
10707
10712
|
"url": "https://github.com/sponsors/colinhacks"
|
|
10708
10713
|
}
|
|
10714
|
+
},
|
|
10715
|
+
"vendor/tactus-hitl-components": {
|
|
10716
|
+
"name": "@anthus/tactus-hitl-components",
|
|
10717
|
+
"version": "0.1.0"
|
|
10709
10718
|
}
|
|
10710
10719
|
}
|
|
10711
10720
|
}
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"@radix-ui/react-switch": "^1.2.6",
|
|
29
29
|
"@radix-ui/react-tabs": "^1.1.13",
|
|
30
30
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
31
|
-
"@anthus/tactus-hitl-components": "
|
|
31
|
+
"@anthus/tactus-hitl-components": "file:vendor/tactus-hitl-components",
|
|
32
32
|
"ai": "^6.0.48",
|
|
33
33
|
"antlr4": "^4.13.1-patch-1",
|
|
34
34
|
"class-variance-authority": "^0.7.0",
|
|
@@ -18,8 +18,14 @@
|
|
|
18
18
|
"baseUrl": ".",
|
|
19
19
|
"paths": {
|
|
20
20
|
"@/*": ["./src/*"],
|
|
21
|
-
"@anthus/tactus-hitl-components": [
|
|
22
|
-
|
|
21
|
+
"@anthus/tactus-hitl-components": [
|
|
22
|
+
"../../../Tactus-HITL-components/src/index.ts",
|
|
23
|
+
"./vendor/tactus-hitl-components/src/index.ts"
|
|
24
|
+
],
|
|
25
|
+
"@anthus/tactus-hitl-components/*": [
|
|
26
|
+
"../../../Tactus-HITL-components/src/*",
|
|
27
|
+
"./vendor/tactus-hitl-components/src/*"
|
|
28
|
+
]
|
|
23
29
|
},
|
|
24
30
|
|
|
25
31
|
/* Linting */
|
|
@@ -40,4 +46,3 @@
|
|
|
40
46
|
|
|
41
47
|
|
|
42
48
|
|
|
43
|
-
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
|
|
3
|
+
type HITLResponse = {
|
|
4
|
+
value: unknown;
|
|
5
|
+
};
|
|
6
|
+
|
|
7
|
+
type HITLBaseProps = {
|
|
8
|
+
onRespond?: (response: HITLResponse) => void;
|
|
9
|
+
};
|
|
10
|
+
|
|
11
|
+
export const HITLInputsPanel: React.FC<HITLBaseProps> = () => null;
|
|
12
|
+
|
|
13
|
+
export const HITLInputsModal: React.FC<HITLBaseProps & { open?: boolean }> = () => null;
|
|
14
|
+
|
|
15
|
+
export const HITLRequestRenderer: React.FC<HITLBaseProps> = () => null;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* Local fallback styles for HITL components. */
|
|
@@ -1,18 +1,28 @@
|
|
|
1
1
|
/// <reference types="vitest/config" />
|
|
2
2
|
import { defineConfig } from 'vite';
|
|
3
3
|
import react from '@vitejs/plugin-react';
|
|
4
|
+
import fs from 'fs';
|
|
4
5
|
import path from 'path';
|
|
5
6
|
|
|
7
|
+
const hitlComponentsRoot = path.resolve(
|
|
8
|
+
__dirname,
|
|
9
|
+
'../../../Tactus-HITL-components/src'
|
|
10
|
+
);
|
|
11
|
+
const hitlComponentsFallback = path.resolve(
|
|
12
|
+
__dirname,
|
|
13
|
+
'./vendor/tactus-hitl-components/src'
|
|
14
|
+
);
|
|
15
|
+
const hitlComponentsPath = fs.existsSync(hitlComponentsRoot)
|
|
16
|
+
? hitlComponentsRoot
|
|
17
|
+
: hitlComponentsFallback;
|
|
18
|
+
|
|
6
19
|
// https://vitejs.dev/config/
|
|
7
20
|
export default defineConfig({
|
|
8
21
|
plugins: [react()],
|
|
9
22
|
resolve: {
|
|
10
23
|
alias: {
|
|
11
24
|
'@': path.resolve(__dirname, './src'),
|
|
12
|
-
'@anthus/tactus-hitl-components':
|
|
13
|
-
__dirname,
|
|
14
|
-
'../../../Tactus-HITL-components/src'
|
|
15
|
-
),
|
|
25
|
+
'@anthus/tactus-hitl-components': hitlComponentsPath,
|
|
16
26
|
}
|
|
17
27
|
},
|
|
18
28
|
server: {
|
|
@@ -25,4 +35,3 @@ export default defineConfig({
|
|
|
25
35
|
}
|
|
26
36
|
}
|
|
27
37
|
});
|
|
28
|
-
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|