README.md
setup.py
agent_flow_project.egg-info/PKG-INFO
agent_flow_project.egg-info/SOURCES.txt
agent_flow_project.egg-info/dependency_links.txt
agent_flow_project.egg-info/entry_points.txt
agent_flow_project.egg-info/requires.txt
agent_flow_project.egg-info/top_level.txt
agentflow/__init__.py
agentflow/ell2a_integration.py
agentflow/errors.py
agentflow/monitoring.py
agentflow/services.py
agentflow/version.py
agentflow/agents/__init__.py
agentflow/agents/agent.py
agentflow/agents/agent_factory.py
agentflow/agents/agent_manager.py
agentflow/agents/agent_parser.py
agentflow/agents/agent_types.py
agentflow/agents/base.py
agentflow/agents/base_agent.py
agentflow/agents/config.py
agentflow/agents/default_agent.py
agentflow/agents/test_agent.py
agentflow/api/__init__.py
agentflow/api/app.py
agentflow/api/base_service.py
agentflow/api/chat_service.py
agentflow/api/monitor_service.py
agentflow/api/routes.py
agentflow/api/workflow_api.py
agentflow/api/workflow_server.py
agentflow/configs/__init__.py
agentflow/core/__init__.py
agentflow/core/adaptive_learning.py
agentflow/core/adaptive_weights.py
agentflow/core/agent.py
agentflow/core/agent_config.py
agentflow/core/agentflow.py
agentflow/core/agentic_calling.py
agentflow/core/base.py
agentflow/core/base_executor.py
agentflow/core/base_types.py
agentflow/core/base_workflow.py
agentflow/core/config.py
agentflow/core/config_manager.py
agentflow/core/constants.py
agentflow/core/context_manager.py
agentflow/core/contract_manager.py
agentflow/core/distributed_workflow.py
agentflow/core/document.py
agentflow/core/document_generator.py
agentflow/core/document_node.py
agentflow/core/ell2a_executor.py
agentflow/core/ell2a_integration.py
agentflow/core/engine.py
agentflow/core/enums.py
agentflow/core/error_policy.py
agentflow/core/exceptions.py
agentflow/core/flow_controller.py
agentflow/core/image_processing.py
agentflow/core/input_processor.py
agentflow/core/instruction.py
agentflow/core/instruction_selector.py
agentflow/core/isa_manager.py
agentflow/core/metric_type.py
agentflow/core/metrics.py
agentflow/core/model_config.py
agentflow/core/monitoring.py
agentflow/core/node.py
agentflow/core/objective_handler.py
agentflow/core/objective_workflow.py
agentflow/core/optimization.py
agentflow/core/output_processor.py
agentflow/core/persistence.py
agentflow/core/rate_limiter.py
agentflow/core/research_node.py
agentflow/core/research_workflow.py
agentflow/core/retry.py
agentflow/core/retry_policy.py
agentflow/core/rl_optimizer.py
agentflow/core/state.py
agentflow/core/states.py
agentflow/core/templates.py
agentflow/core/transform_executor.py
agentflow/core/transformation.py
agentflow/core/transformations.py
agentflow/core/types.py
agentflow/core/utils.py
agentflow/core/validators.py
agentflow/core/workflow.py
agentflow/core/workflow_base.py
agentflow/core/workflow_config.py
agentflow/core/workflow_engine.py
agentflow/core/workflow_engine_new.py
agentflow/core/workflow_executor.py
agentflow/core/workflow_state.py
agentflow/core/workflow_step.py
agentflow/core/workflow_types.py
agentflow/core/instructions/__init__.py
agentflow/core/instructions/advanced.py
agentflow/core/instructions/base.py
agentflow/core/instructions/image.py
agentflow/core/instructions/isa_extensions.py
agentflow/core/instructions/nlp.py
agentflow/core/instructions/specialized.py
agentflow/core/isa/__init__.py
agentflow/core/isa/analyzer.py
agentflow/core/isa/capability.py
agentflow/core/isa/compiler.py
agentflow/core/isa/coordination.py
agentflow/core/isa/formal.py
agentflow/core/isa/formal_instruction.py
agentflow/core/isa/instruction.py
agentflow/core/isa/instruction_selector.py
agentflow/core/isa/isa_manager.py
agentflow/core/isa/learning.py
agentflow/core/isa/manager.py
agentflow/core/isa/metrics.py
agentflow/core/isa/monitoring.py
agentflow/core/isa/pattern_mining.py
agentflow/core/isa/patterns.py
agentflow/core/isa/pipeline.py
agentflow/core/isa/result.py
agentflow/core/isa/scheduler.py
agentflow/core/isa/selector.py
agentflow/core/isa/strategies.py
agentflow/core/isa/strategy_impl.py
agentflow/core/isa/types.py
agentflow/core/isa/validation.py
agentflow/core/isa/verifier.py
agentflow/core/processors/__init__.py
agentflow/core/processors/base.py
agentflow/core/processors/transformers.py
agentflow/ell2a/__init__.py
agentflow/ell2a/config.py
agentflow/ell2a/ell.py
agentflow/ell2a/integration.py
agentflow/ell2a/tool.py
agentflow/ell2a/workflow.py
agentflow/ell2a/configurator/__init__.py
agentflow/ell2a/evaluation/__init__.py
agentflow/ell2a/evaluation/evaluation.py
agentflow/ell2a/evaluation/results.py
agentflow/ell2a/lmp/__init__.py
agentflow/ell2a/lmp/function.py
agentflow/ell2a/lmp/simple.py
agentflow/ell2a/stores/__init__.py
agentflow/ell2a/stores/migrations.py
agentflow/ell2a/stores/sql.py
agentflow/ell2a/types/__init__.py
agentflow/ell2a/types/_lstr.py
agentflow/ell2a/types/enums.py
agentflow/ell2a/types/lmp.py
agentflow/ell2a/types/message.py
agentflow/ell2a/util/__init__.py
agentflow/ell2a/util/_warnings.py
agentflow/ell2a/util/closure.py
agentflow/ell2a/util/differ.py
agentflow/ell2a/util/should_import.py
agentflow/ell2a/util/time.py
agentflow/strategies/__init__.py
agentflow/strategies/base.py
agentflow/strategies/data_science.py
agentflow/transformations/__init__.py
agentflow/transformations/advanced_strategies.py
agentflow/transformations/base.py
agentflow/transformations/pipeline.py
agentflow/transformations/specialized_strategies.py
agentflow/transformations/strategies.py
agentflow/transformations/text.py
tests/test_academic_paper_agent.py
tests/test_advanced_agents.py
tests/test_agent.py
tests/test_agent_configuration.py
tests/test_agent_run.py
tests/test_configuration_flexibility.py
tests/test_ell2a.py
tests/test_image_processing.py
tests/test_objective_handler.py
tests/test_transformation_strategies.py
tests/test_workflow_api.py