BUILD.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
docs/COMPARISON.md
docs/examples/CICD_VALIDATION.md
docs/examples/README.md
docs/source/changelog.rst
docs/source/custom_patterns.rst
docs/source/custom_tools.rst
docs/source/examples.rst
docs/source/index.rst
docs/source/modules.rst
docs/source/patterns.rst
docs/source/plugins.rst
docs/source/pygeai_orchestration.cli.commands.rst
docs/source/pygeai_orchestration.cli.rst
docs/source/pygeai_orchestration.core.base.rst
docs/source/pygeai_orchestration.core.common.rst
docs/source/pygeai_orchestration.core.rst
docs/source/pygeai_orchestration.core.utils.rst
docs/source/pygeai_orchestration.dev.rst
docs/source/pygeai_orchestration.patterns.rst
docs/source/pygeai_orchestration.rst
docs/source/pygeai_orchestration.tools.builtin.rst
docs/source/pygeai_orchestration.tools.rst
docs/source/pygeai_vs_other_frameworks.rst
docs/source/quickstart.rst
docs/source/tools.rst
docs/source/api/core.rst
docs/source/api/exceptions.rst
docs/source/api/patterns.rst
docs/source/api/tools.rst
pygeai_orchestration/__init__.py
pygeai_orchestration.egg-info/PKG-INFO
pygeai_orchestration.egg-info/SOURCES.txt
pygeai_orchestration.egg-info/dependency_links.txt
pygeai_orchestration.egg-info/entry_points.txt
pygeai_orchestration.egg-info/requires.txt
pygeai_orchestration.egg-info/top_level.txt
pygeai_orchestration/cli/__init__.py
pygeai_orchestration/cli/__main__.py
pygeai_orchestration/cli/error_handler.py
pygeai_orchestration/cli/formatters.py
pygeai_orchestration/cli/geai_orch.py
pygeai_orchestration/cli/interactive.py
pygeai_orchestration/cli/commands/__init__.py
pygeai_orchestration/cli/commands/base.py
pygeai_orchestration/cli/commands/patterns.py
pygeai_orchestration/cli/commands/plugins.py
pygeai_orchestration/cli/commands/tools.py
pygeai_orchestration/cli/texts/help.py
pygeai_orchestration/core/__init__.py
pygeai_orchestration/core/composition.py
pygeai_orchestration/core/config.py
pygeai_orchestration/core/exceptions.py
pygeai_orchestration/core/handlers.py
pygeai_orchestration/core/plugins.py
pygeai_orchestration/core/tools.py
pygeai_orchestration/core/base/__init__.py
pygeai_orchestration/core/base/agent.py
pygeai_orchestration/core/base/geai_agent.py
pygeai_orchestration/core/base/geai_orchestrator.py
pygeai_orchestration/core/base/orchestrator.py
pygeai_orchestration/core/base/pattern.py
pygeai_orchestration/core/base/tool.py
pygeai_orchestration/core/common/__init__.py
pygeai_orchestration/core/common/context.py
pygeai_orchestration/core/common/memory.py
pygeai_orchestration/core/common/message.py
pygeai_orchestration/core/common/state.py
pygeai_orchestration/core/utils/__init__.py
pygeai_orchestration/core/utils/cache.py
pygeai_orchestration/core/utils/config.py
pygeai_orchestration/core/utils/metrics.py
pygeai_orchestration/core/utils/validators.py
pygeai_orchestration/dev/__init__.py
pygeai_orchestration/dev/debug.py
pygeai_orchestration/dev/templates.py
pygeai_orchestration/dev/testing.py
pygeai_orchestration/patterns/__init__.py
pygeai_orchestration/patterns/multi_agent.py
pygeai_orchestration/patterns/planning.py
pygeai_orchestration/patterns/react.py
pygeai_orchestration/patterns/reflection.py
pygeai_orchestration/patterns/tool_use.py
pygeai_orchestration/tools/__init__.py
pygeai_orchestration/tools/registry.py
pygeai_orchestration/tools/builtin/__init__.py
pygeai_orchestration/tools/builtin/data_tools.py
pygeai_orchestration/tools/builtin/document_extraction.py
pygeai_orchestration/tools/builtin/document_generation.py
pygeai_orchestration/tools/builtin/file_tools.py
pygeai_orchestration/tools/builtin/geai_tools.py
pygeai_orchestration/tools/builtin/image_tools.py
pygeai_orchestration/tools/builtin/math_tools.py
pygeai_orchestration/tools/builtin/system_tools.py
pygeai_orchestration/tools/builtin/text_tools.py
pygeai_orchestration/tools/builtin/utilities.py
pygeai_orchestration/tools/builtin/web_tools.py
snippets/multi_agent_collaboration.py
snippets/planning_analysis.py
snippets/planning_project.py
snippets/react_problem_solving.py
snippets/react_research.py
snippets/reflection_code_review.py
snippets/reflection_explanation.py
snippets/tool_use_calculator.py
snippets/tool_use_data_processing.py
snippets/builtin_tools/data_processing.py
snippets/builtin_tools/file_operations.py
snippets/builtin_tools/geai_examples.py
snippets/custom/chain_of_thought_pattern.py
snippets/custom/consensus_pattern.py
snippets/custom/debate_pattern.py
snippets/custom/iterative_refinement_pattern.py
snippets/demos/ai_workflows/chatbot_trainer/chatbot_trainer.py
snippets/demos/ai_workflows/content_moderator/content_moderator.py
snippets/demos/ai_workflows/semantic_document_search/semantic_document_search.py
snippets/demos/ai_workflows/smart_email_responder/smart_email_responder.py
snippets/demos/analytics_reporting/api_metrics_dashboard/api_metrics_dashboard.py
snippets/demos/analytics_reporting/code_quality_reporter/code_quality_reporter.py
snippets/demos/analytics_reporting/customer_insights_dashboard/customer_insights_dashboard.py
snippets/demos/analytics_reporting/social_media_analytics/social_media_analytics.py
snippets/demos/data_processing/data_migration_pipeline/data_migration_pipeline.py
snippets/demos/data_processing/data_quality_monitor/data_quality_monitor.py
snippets/demos/data_processing/etl_pipeline/etl_pipeline.py
snippets/demos/data_processing/sales_report_generator/sales_report_generator.py
snippets/demos/document_workflows/contract_reviewer/contract_reviewer.py
snippets/demos/document_workflows/email_newsletter_generator/email_newsletter_generator.py
snippets/demos/document_workflows/invoice_generator/invoice_generator.py
snippets/demos/document_workflows/markdown_documentation_generator/markdown_documentation_generator.py
snippets/demos/file_operations/code_formatter/code_formatter.py
snippets/demos/file_operations/image_optimizer/image_optimizer.py
snippets/demos/file_operations/log_analyzer/log_analyzer.py
snippets/demos/file_operations/project_backup_manager/project_backup_manager.py
snippets/demos/security_compliance/compliance_checker/compliance_checker.py
snippets/demos/security_compliance/security_audit/security_audit.py
snippets/demos/security_compliance/vulnerability_scanner/vulnerability_scanner.py
snippets/demos/web_automation/api_integration_tester/api_integration_tester.py
snippets/demos/web_automation/product_catalog_scraper/product_catalog_scraper.py
snippets/demos/web_automation/seo_analyzer/seo_analyzer.py
snippets/demos/web_automation/website_monitor/website_monitor.py
tests/test_base_classes.py
tests/test_cache.py
tests/test_cli_formatters.py
tests/test_common.py
tests/test_composition.py
tests/test_config.py
tests/test_dev_utils.py
tests/test_exceptions.py
tests/test_handlers.py
tests/test_metrics.py
tests/test_patterns.py