flock-core 0.4.0b18__tar.gz → 0.4.0b20__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.
Potentially problematic release.
This version of flock-core might be problematic. Click here for more details.
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.gitignore +1 -2
- flock_core-0.4.0b20/PKG-INFO +292 -0
- flock_core-0.4.0b20/README.md +232 -0
- flock_core-0.4.0b20/docs/interacting-with-flock/cli-tool.md +40 -0
- flock_core-0.4.0b20/docs/interacting-with-flock/index.md +20 -0
- flock_core-0.4.0b20/docs/interacting-with-flock/interactive-cli.md +79 -0
- flock_core-0.4.0b20/docs/interacting-with-flock/programmatic.md +185 -0
- flock_core-0.4.0b20/docs/interacting-with-flock/rest-api.md +140 -0
- flock_core-0.4.0b20/docs/interacting-with-flock/web-ui.md +75 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/mkdocs.yml +4 -2
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/pyproject.toml +1 -1
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/requirements.txt +6 -0
- flock_core-0.4.0b20/src/flock/cli/utils.py +135 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/flock.py +2 -3
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/flock_factory.py +2 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/logging.py +2 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/mixin/dspy_integration.py +16 -7
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/serialization/serialization_utils.py +70 -1
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/util/cli_helper.py +4 -2
- flock_core-0.4.0b20/src/flock/core/util/hydrator.py +326 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/evaluators/declarative/declarative_evaluator.py +40 -6
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/uv.lock +1 -1
- flock_core-0.4.0b18/.cursorignore +0 -4
- flock_core-0.4.0b18/.project/SPECS.md +0 -120
- flock_core-0.4.0b18/.project/TASKS.md +0 -76
- flock_core-0.4.0b18/.project/USERSTORIES.md +0 -23
- flock_core-0.4.0b18/.project/analyze_repo_prompt.md +0 -5
- flock_core-0.4.0b18/.project/implementation.md +0 -639
- flock_core-0.4.0b18/.project/llm/1.md +0 -61
- flock_core-0.4.0b18/.project/llm/code-04-04-2025.txt +0 -24496
- flock_core-0.4.0b18/.project/llm/code-07-04.txt +0 -27922
- flock_core-0.4.0b18/.project/llm/code-batch-07-04-2025.txt +0 -41665
- flock_core-0.4.0b18/.project/llm/code-docs.txt +0 -42646
- flock_core-0.4.0b18/.project/llm/code09042025.txt +0 -43908
- flock_core-0.4.0b18/.project/llm/flock-02-04-25-dynamic-ui.txt +0 -22270
- flock_core-0.4.0b18/.project/llm/flock-29_03_2025-yaml.txt +0 -22294
- flock_core-0.4.0b18/.project/llm/llms-ctx-fasthtml.txt +0 -3274
- flock_core-0.4.0b18/.project/llm/llms-ctx-full_monsterui.txt +0 -7292
- flock_core-0.4.0b18/.project/llm/old_ui_poc.txt +0 -608
- flock_core-0.4.0b18/.project/planning_prompt.md +0 -184
- flock_core-0.4.0b18/.project/specs/01_core_architecture.md +0 -147
- flock_core-0.4.0b18/.project/specs/02_agent_factory.md +0 -82
- flock_core-0.4.0b18/.project/specs/03_module_system.md +0 -116
- flock_core-0.4.0b18/.project/specs/04_evaluator_system.md +0 -103
- flock_core-0.4.0b18/.project/specs/05_router_system.md +0 -131
- flock_core-0.4.0b18/.project/specs/06_tool_system.md +0 -119
- flock_core-0.4.0b18/.project/specs/07_execution_system.md +0 -119
- flock_core-0.4.0b18/.project/specs/08_context_system.md +0 -121
- flock_core-0.4.0b18/.project/specs/09_cli_system.md +0 -117
- flock_core-0.4.0b18/.project/specs/10_workflow_system.md +0 -140
- flock_core-0.4.0b18/.project/specs/11_memory_system.md +0 -130
- flock_core-0.4.0b18/.project/specs/12_platform_system.md +0 -83
- flock_core-0.4.0b18/.project/specs/13_registry_system.md +0 -130
- flock_core-0.4.0b18/.project/specs/14_serialization_system.md +0 -140
- flock_core-0.4.0b18/.project/tasks/US007-T005-YAML-Documentation-and-Examples.md +0 -73
- flock_core-0.4.0b18/.project/tasks/US007-T006-YAML-Editor-CLI.md +0 -380
- flock_core-0.4.0b18/.project/tasks/done/US001-001-env-settings-editor.md +0 -82
- flock_core-0.4.0b18/.project/tasks/done/US001-002-env-settings-ui-components.md +0 -70
- flock_core-0.4.0b18/.project/tasks/done/US001-003-env-settings-file-operations.md +0 -66
- flock_core-0.4.0b18/.project/tasks/done/US001-004-settings-security-features.md +0 -67
- flock_core-0.4.0b18/.project/tasks/done/US001-005-env-profile-switching.md +0 -77
- flock_core-0.4.0b18/.project/tasks/done/US007-T001-YAML-Serializable-Base.md +0 -131
- flock_core-0.4.0b18/.project/tasks/done/US007-T002.1-FlockAgent-YAML-Formatting.md +0 -72
- flock_core-0.4.0b18/.project/tasks/done/US007-T002.2-FlockAgent-YAML-Examples.md +0 -73
- flock_core-0.4.0b18/.project/tasks/done/US007-T003.1-Flock-System-YAML-Formatting.md +0 -73
- flock_core-0.4.0b18/.project/tasks/done/US007-T003.2-YAML-Schema-Documentation.md +0 -73
- flock_core-0.4.0b18/.project/tasks/done/US007-T004-Callable-Reference-System.md +0 -79
- flock_core-0.4.0b18/.project/tasks/done/US007-T007-YAML-Serialization-Tests.md +0 -137
- flock_core-0.4.0b18/.project/userstories/US007-YAML-Serialization.md +0 -357
- flock_core-0.4.0b18/.project/userstories/done/US001-Settings-Editor.md +0 -186
- flock_core-0.4.0b18/PKG-INFO +0 -572
- flock_core-0.4.0b18/README.md +0 -512
- flock_core-0.4.0b18/batch_results.csv +0 -3
- flock_core-0.4.0b18/docs/interacting-with-flock/api.md +0 -0
- flock_core-0.4.0b18/docs/interacting-with-flock/cli.md +0 -0
- flock_core-0.4.0b18/docs/interacting-with-flock/index.md +0 -0
- flock_core-0.4.0b18/docs/interacting-with-flock/web-ui.md +0 -0
- flock_core-0.4.0b18/examples/01_introduction/01_simple_example.py +0 -46
- flock_core-0.4.0b18/examples/01_introduction/02_the_flock_syntax.py +0 -36
- flock_core-0.4.0b18/examples/01_introduction/02_typed_output.py +0 -56
- flock_core-0.4.0b18/examples/01_introduction/03_tool_and_code_agent.py +0 -43
- flock_core-0.4.0b18/examples/01_introduction/04_descriptions.py +0 -28
- flock_core-0.4.0b18/examples/01_introduction/05_typed_output2.py +0 -84
- flock_core-0.4.0b18/examples/01_introduction/06_simple_hand_off.py +0 -40
- flock_core-0.4.0b18/examples/01_introduction/07_all_base_concepts.py +0 -76
- flock_core-0.4.0b18/examples/01_introduction/08a_serialization.py +0 -134
- flock_core-0.4.0b18/examples/01_introduction/08b_deserialization.py +0 -57
- flock_core-0.4.0b18/examples/01_introduction/09_batch_processing.py +0 -57
- flock_core-0.4.0b18/examples/01_introduction/10_benchmark.py +0 -149
- flock_core-0.4.0b18/examples/01_introduction/11_stream.py +0 -120
- flock_core-0.4.0b18/examples/01_introduction/data/file_path_demo.flock.yaml +0 -170
- flock_core-0.4.0b18/examples/02_concepts/api/api_client.py +0 -19
- flock_core-0.4.0b18/examples/02_concepts/api/api_server.py +0 -19
- flock_core-0.4.0b18/examples/02_concepts/api/batch_processing.http +0 -32
- flock_core-0.4.0b18/examples/02_concepts/api/batch_processing.py +0 -19
- flock_core-0.4.0b18/examples/02_concepts/context/context.py +0 -57
- flock_core-0.4.0b18/examples/02_concepts/data/own_tools.flock.yaml +0 -90
- flock_core-0.4.0b18/examples/02_concepts/data/tools/tools.py +0 -22
- flock_core-0.4.0b18/examples/02_concepts/evaluator/multi_hops_memory.py +0 -81
- flock_core-0.4.0b18/examples/02_concepts/evaluator/multi_hops_zep.py +0 -85
- flock_core-0.4.0b18/examples/02_concepts/modules/use_modules.py +0 -67
- flock_core-0.4.0b18/examples/02_concepts/router/router_example.py +0 -98
- flock_core-0.4.0b18/examples/02_concepts/tools/azure_search_query.py +0 -76
- flock_core-0.4.0b18/examples/02_concepts/tools/azure_tools_example.py +0 -221
- flock_core-0.4.0b18/examples/02_concepts/tools/own_tools.py +0 -56
- flock_core-0.4.0b18/examples/03_apps/dynamic_apps/main.py +0 -53
- flock_core-0.4.0b18/examples/03_apps/gemini_dev/main.py +0 -46
- flock_core-0.4.0b18/examples/03_apps/roguelike/game.py +0 -505
- flock_core-0.4.0b18/examples/03_apps/story_gen/cursor.py +0 -65
- flock_core-0.4.0b18/examples/03_apps/story_gen/main.py +0 -160
- flock_core-0.4.0b18/examples/04_comparison/rag_comparison/rag.ipynb +0 -289
- flock_core-0.4.0b18/examples/05_documentation/getting-started/first_agent_01.py +0 -26
- flock_core-0.4.0b18/examples/05_documentation/getting-started/first_agent_02.py +0 -32
- flock_core-0.4.0b18/examples/05_documentation/getting-started/first_agent_03.py +0 -31
- flock_core-0.4.0b18/examples/README.md +0 -27
- flock_core-0.4.0b18/examples/playground/02_cook_book/flock_without_llms.py +0 -79
- flock_core-0.4.0b18/examples/playground/02_cook_book/long_research_no_handoff.py +0 -71
- flock_core-0.4.0b18/examples/playground/02_cook_book/painting_by_numbers.py +0 -86
- flock_core-0.4.0b18/examples/playground/02_cook_book/project_manager.py +0 -112
- flock_core-0.4.0b18/examples/playground/02_cook_book/repo_analyzer/repo_analyzer.py +0 -721
- flock_core-0.4.0b18/examples/playground/02_cook_book/repo_analyzer/repo_analyzer_llm.py +0 -285
- flock_core-0.4.0b18/examples/playground/02_cook_book/save_and_load/load_01.py +0 -14
- flock_core-0.4.0b18/examples/playground/02_cook_book/save_and_load/load_02.py +0 -27
- flock_core-0.4.0b18/examples/playground/02_cook_book/save_and_load/load_03.py +0 -10
- flock_core-0.4.0b18/examples/playground/02_cook_book/save_and_load/load_04.py +0 -9
- flock_core-0.4.0b18/examples/playground/02_cook_book/save_and_load/save_01.py +0 -13
- flock_core-0.4.0b18/examples/playground/02_cook_book/save_and_load/save_02.py +0 -30
- flock_core-0.4.0b18/examples/playground/02_cook_book/save_and_load/save_03.py +0 -40
- flock_core-0.4.0b18/examples/playground/02_cook_book/self_improvement_with_memory.py +0 -110
- flock_core-0.4.0b18/examples/playground/hier/her_vis.py +0 -405
- flock_core-0.4.0b18/examples/playground/hier/hier_mem.py +0 -175
- flock_core-0.4.0b18/examples/playground/misc/memory.py +0 -261
- flock_core-0.4.0b18/examples/playground/misc/self_learner.py +0 -164
- flock_core-0.4.0b18/examples/playground/misc/self_learner2.py +0 -157
- flock_core-0.4.0b18/examples/playground/website/app.py +0 -15
- flock_core-0.4.0b18/repo.txt +0 -31928
- flock_core-0.4.0b18/src/flock/core/util/hydrator.py +0 -306
- flock_core-0.4.0b18/story_agent.flock.yaml +0 -311
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.devcontainer/devcontainer.json +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.env_template +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.github/workflows/.gitkeep +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.github/workflows/deploy-documentation.yml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.github/workflows/deploy-whiteduck-pypi.yml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.sesskey +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.vscode/launch.json +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.vscode/settings.json +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/.vscode/tasks.json +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/LICENSE +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/about/changelog.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/about/contributing.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/drawio/architecture.drawio +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/cli_outputs/out.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/components_chart.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/examples/01_01.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/examples/01_02.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/examples/01_03.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/examples/01_04.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/examples/01_05.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/examples/01_06.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/flock.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/flock_cli.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/flow_chart.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/getting-started/first_agent_00.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/hummingbird.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/icon.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/icon.png~ +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/logo.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/memory_concepts.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/memory_flow.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/assets/images/memory_flow_chart.png +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/components/evaluators.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/components/index.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/components/modules.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/components/tools.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/core-concepts/agents.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/core-concepts/declarative.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/core-concepts/index.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/core-concepts/workflows.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/create_doc_boilerplate.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/deployment/index.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/deployment/temporal.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/getting-started/configuration.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/getting-started/index.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/getting-started/installation.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/getting-started/quickstart.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/guides/chaining-agents.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/guides/index.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/index.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/reference/flock_agent.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/reference/index.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/release-notes/magpie.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/docs/stylesheets/extra.css +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/scripts/code_collector.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20/scripts}/create_docs.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/assets/release_notes.md +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/config.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/constants.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/create_agent.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/create_flock.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/execute_flock.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/load_agent.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/load_examples.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/load_flock.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/load_release_notes.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/loaded_flock_cli.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/manage_agents.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/registry_management.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/runner.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/settings.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/view_results.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/cli/yaml_editor.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/config.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/endpoints.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/main.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/models.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/run_store.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/runner.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/ui/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/ui/routes.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/api/ui/utils.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/context/context.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/context/context_manager.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/context/context_vars.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/evaluation/utils.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/execution/batch_executor.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/execution/evaluation_executor.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/execution/local_executor.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/execution/temporal_executor.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/flock_agent.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/flock_evaluator.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/flock_module.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/flock_registry.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/flock_router.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/interpreter/python_interpreter.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/formatters/enum_builder.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/formatters/theme_builder.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/formatters/themed_formatter.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/formatters/themes.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/span_middleware/baggage_span_processor.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/telemetry.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/telemetry_exporter/base_exporter.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/telemetry_exporter/file_exporter.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/telemetry_exporter/sqlite_exporter.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/logging/trace_and_logged.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/mixin/prompt_parser.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/serialization/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/serialization/callable_registry.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/serialization/flock_serializer.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/serialization/json_encoder.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/serialization/secure_serializer.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/serialization/serializable.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/tools/azure_tools.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/tools/basic_tools.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/tools/dev_tools/github.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/tools/llm_tools.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/tools/markdown_tools.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/tools/zendesk_tools.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/util/file_path_utils.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/util/input_resolver.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/core/util/loader.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/evaluators/memory/azure_search_evaluator.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/evaluators/memory/memory_evaluator.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/evaluators/natural_language/natural_language_evaluator.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/evaluators/test/test_case_evaluator.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/evaluators/zep/zep_evaluator.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/modules/azure-search/azure_search_module.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/modules/callback/callback_module.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/modules/memory/memory_module.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/modules/memory/memory_parser.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/modules/memory/memory_storage.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/modules/output/output_module.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/modules/performance/metrics_module.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/modules/zep/zep_module.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/platform/docker_tools.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/platform/jaeger_install.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/routers/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/routers/agent/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/routers/agent/agent_router.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/routers/agent/handoff_agent.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/routers/default/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/routers/default/default_router.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/routers/llm/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/routers/llm/llm_router.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/3024-day.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/3024-night.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/aardvark-blue.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/abernathy.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/adventure.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/adventuretime.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/afterglow.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/alabaster.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/alienblood.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/andromeda.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/apple-classic.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/apple-system-colors.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/arcoiris.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/argonaut copy.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/argonaut.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/arthur.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ateliersulphurpool.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/atom.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/atom_test.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/atomonelight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/aurora.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ayu copy.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ayu-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ayu-mirage.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ayu.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/banana-blueberry.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/batman.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/belafonte-day.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/belafonte-night.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/birdsofparadise.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/blazer.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/blue-matrix.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/blueberrypie.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/bluedolphin.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/blulocodark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/blulocolight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/borland.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/breeze.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/bright-lights.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/broadcast.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/brogrammer.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/builtin-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/builtin-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/builtin-pastel-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/builtin-solarized-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/builtin-solarized-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/builtin-tango-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/builtin-tango-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/c64.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/calamity.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/catppuccin-frappe.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/catppuccin-latte.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/catppuccin-macchiato.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/catppuccin-mocha.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/cga.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/chalk.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/chalkboard.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/challengerdeep.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/chester.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ciapre.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/clrs.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/cobalt-neon.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/cobalt2.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/coffee-theme.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/crayonponyfish.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/cutiepro.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/cyberdyne.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/cyberpunk.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/cyberpunkscarletprotocol.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/dark+.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/dark-pastel.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/darkermatrix.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/darkmatrix.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/darkside.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/dayfox.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/deep.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/desert.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/dimidium.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/dimmedmonokai.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/django.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/djangorebornagain.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/djangosmooth.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/doom-peacock.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/doomone.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/dotgov.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/dracula+.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/dracula.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/duckbones.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/duotone-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/earthsong.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/elemental.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/elementary.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/encom.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/espresso-libre.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/espresso.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/everblush.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/fahrenheit.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/fairyfloss.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/farmhouse-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/farmhouse-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/fideloper.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/firefly-traditional.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/firefoxdev.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/firewatch.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/fishtank.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/flat.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/flatland.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/flexoki-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/flexoki-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/floraverse.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/forestblue.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/framer.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/frontenddelight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/funforrest.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/galaxy.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/galizur.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/github-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/github.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/glacier.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/grape.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/grass.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/grey-green.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/gruber-darker.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/gruvboxdark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/gruvboxdarkhard.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/gruvboxlight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/guezwhoz.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hacktober.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hardcore.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/harper.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hax0r-blue.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hax0r-gr33n.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hax0r-r3d.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/highway.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hipster-green.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hivacruz.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/homebrew.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hopscotch.256.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hopscotch.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hurtado.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/hybrid.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ic-green-ppl.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ic-orange-ppl.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iceberg-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iceberg-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/idea.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/idletoes.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ir-black.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-dark-background.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-default.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-light-background.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-pastel-dark-background.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-smoooooth.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-solarized-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-solarized-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-tango-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/iterm2-tango-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/jackie-brown.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/japanesque.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/jellybeans.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/jetbrains-darcula.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/jubi.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/kanagawabones.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/kibble.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/kolorit.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/konsolas.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/kurokula.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/lab-fox.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/laser.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/later-this-evening.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/lavandula.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/liquidcarbon.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/liquidcarbontransparent.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/liquidcarbontransparentinverse.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/lovelace.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/man-page.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/mariana.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/material.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/materialdark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/materialdarker.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/materialdesigncolors.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/materialocean.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/mathias.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/matrix.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/medallion.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/mellifluous.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/midnight-in-mojave.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/mirage.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/misterioso.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/molokai.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/monalisa.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/monokai-remastered.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/monokai-soda.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/monokai-vivid.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/n0tch2k.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/neobones-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/neobones-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/neon.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/neopolitan.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/neutron.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/night-owlish-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/nightfox.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/nightlion-v1.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/nightlion-v2.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/niji.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/nocturnal-winter.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/nord-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/nord.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/novel.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/nvimdark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/nvimlight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/obsidian.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ocean.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/oceanic-next.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/oceanicmaterial.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ollie.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/onehalfdark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/onehalflight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/operator-mono-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/overnight-slumber.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/oxocarbon.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/palenighthc.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/pandora.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/paraiso-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/paulmillr.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/pencildark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/pencillight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/peppermint.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/piatto-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/pnevma.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/popping-and-locking.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/primary.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/pro-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/pro.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/purple-rain.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/purplepeter.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/rapture.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/raycast-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/raycast-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/rebecca.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/red-alert.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/red-planet.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/red-sands.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/relaxed.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/retro.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/rippedcasts.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/rose-pine-dawn.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/rose-pine-moon.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/rose-pine.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/rouge-2.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/royal.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ryuuko.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/sakura.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/scarlet-protocol.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/seafoam-pastel.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/seashells.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/seoulbones-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/seoulbones-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/seti.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/shades-of-purple.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/shaman.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/slate.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/sleepyhollow.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/smyck.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/snazzy.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/softserver.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/solarized-darcula.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/solarized-dark---patched.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/solarized-dark-higher-contrast.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/spacedust.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/spacegray-eighties-dull.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/spacegray-eighties.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/spacegray.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/spiderman.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/spring.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/square.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/sublette.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/subliminal.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/sugarplum.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/sundried.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/symfonic.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/synthwave-everything.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/synthwave.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/synthwavealpha.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tango-adapted.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tango-half-adapted.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/teerb.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/terafox.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/terminal-basic.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/thayer-bright.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/the-hulk.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tinacious-design-(dark).toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tinacious-design-(light).toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tokyonight-day.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tokyonight-storm.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tokyonight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tomorrow-night-blue.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tomorrow-night-bright.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tomorrow-night-burns.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tomorrow-night-eighties.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tomorrow-night.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/tomorrow.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/toychest.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/treehouse.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/twilight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ubuntu.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ultradark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/ultraviolent.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/underthesea.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/unikitty.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/urple.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/vaughn.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/vesper.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/vibrantink.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/vimbones.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/violet-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/violet-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/warmneon.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/wez.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/whimsy.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/wildcherry.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/wilmersdorf.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/wombat.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/wryan.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/xcodedark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/xcodedarkhc.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/xcodelight.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/xcodelighthc.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/xcodewwdc.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/zenbones-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/zenbones-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/zenbones.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/zenburn.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/zenburned.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/zenwritten-dark.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/themes/zenwritten-light.toml +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/workflow/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/workflow/activities.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/workflow/agent_activities.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/workflow/temporal_setup.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/src/flock/workflow/workflow.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/core/test_flock_batch.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/core/test_flock_core.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/serialization/__init__.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/serialization/test_enhanced_serialization.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/serialization/test_file_path_serialization.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/serialization/test_flock_serializer.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/serialization/test_nested_serialization.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/serialization/test_yaml_serialization.py +0 -0
- {flock_core-0.4.0b18 → flock_core-0.4.0b20}/tests/tools/test_zendesk_tools.py +0 -0
|
@@ -0,0 +1,292 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: flock-core
|
|
3
|
+
Version: 0.4.0b20
|
|
4
|
+
Summary: Declarative LLM Orchestration at Scale
|
|
5
|
+
Author-email: Andre Ratzenberger <andre.ratzenberger@whiteduck.de>
|
|
6
|
+
License-File: LICENSE
|
|
7
|
+
Classifier: License :: OSI Approved :: MIT License
|
|
8
|
+
Classifier: Operating System :: OS Independent
|
|
9
|
+
Classifier: Programming Language :: Python :: 3
|
|
10
|
+
Requires-Python: >=3.10
|
|
11
|
+
Requires-Dist: azure-search-documents>=11.5.2
|
|
12
|
+
Requires-Dist: chromadb>=0.6.3
|
|
13
|
+
Requires-Dist: cloudpickle>=3.1.1
|
|
14
|
+
Requires-Dist: datasets>=3.2.0
|
|
15
|
+
Requires-Dist: devtools>=0.12.2
|
|
16
|
+
Requires-Dist: dspy==2.6.16
|
|
17
|
+
Requires-Dist: duckduckgo-search>=7.3.2
|
|
18
|
+
Requires-Dist: fastapi>=0.115.8
|
|
19
|
+
Requires-Dist: httpx>=0.28.1
|
|
20
|
+
Requires-Dist: litellm==1.63.7
|
|
21
|
+
Requires-Dist: loguru>=0.7.3
|
|
22
|
+
Requires-Dist: matplotlib>=3.10.0
|
|
23
|
+
Requires-Dist: msgpack>=1.1.0
|
|
24
|
+
Requires-Dist: nltk>=3.9.1
|
|
25
|
+
Requires-Dist: notion-client>=2.3.0
|
|
26
|
+
Requires-Dist: opentelemetry-api>=1.30.0
|
|
27
|
+
Requires-Dist: opentelemetry-exporter-jaeger-proto-grpc>=1.21.0
|
|
28
|
+
Requires-Dist: opentelemetry-exporter-jaeger>=1.21.0
|
|
29
|
+
Requires-Dist: opentelemetry-exporter-otlp>=1.30.0
|
|
30
|
+
Requires-Dist: opentelemetry-instrumentation-logging>=0.51b0
|
|
31
|
+
Requires-Dist: opentelemetry-sdk>=1.30.0
|
|
32
|
+
Requires-Dist: pandas>=2.2.3
|
|
33
|
+
Requires-Dist: pillow>=10.4.0
|
|
34
|
+
Requires-Dist: prometheus-client>=0.21.1
|
|
35
|
+
Requires-Dist: psutil>=6.1.1
|
|
36
|
+
Requires-Dist: pydantic-settings>=2.7.1
|
|
37
|
+
Requires-Dist: pydantic>=2.10.5
|
|
38
|
+
Requires-Dist: python-box>=7.3.2
|
|
39
|
+
Requires-Dist: python-decouple>=3.8
|
|
40
|
+
Requires-Dist: python-dotenv>=1.0.1
|
|
41
|
+
Requires-Dist: python-fasthtml>=0.12.6
|
|
42
|
+
Requires-Dist: pyyaml>=6.0
|
|
43
|
+
Requires-Dist: questionary>=2.1.0
|
|
44
|
+
Requires-Dist: rich>=13.9.4
|
|
45
|
+
Requires-Dist: sentence-transformers>=3.4.1
|
|
46
|
+
Requires-Dist: temporalio>=1.9.0
|
|
47
|
+
Requires-Dist: tiktoken>=0.8.0
|
|
48
|
+
Requires-Dist: toml>=0.10.2
|
|
49
|
+
Requires-Dist: tqdm>=4.67.1
|
|
50
|
+
Requires-Dist: uvicorn>=0.34.0
|
|
51
|
+
Requires-Dist: zep-python>=2.0.2
|
|
52
|
+
Provides-Extra: all
|
|
53
|
+
Requires-Dist: docling>=2.18.0; extra == 'all'
|
|
54
|
+
Requires-Dist: markdownify>=0.14.1; extra == 'all'
|
|
55
|
+
Requires-Dist: tavily-python>=0.5.0; extra == 'all'
|
|
56
|
+
Provides-Extra: tools
|
|
57
|
+
Requires-Dist: markdownify>=0.14.1; extra == 'tools'
|
|
58
|
+
Requires-Dist: tavily-python>=0.5.0; extra == 'tools'
|
|
59
|
+
Description-Content-Type: text/markdown
|
|
60
|
+
|
|
61
|
+
<p align="center">
|
|
62
|
+
<!-- Placeholder for your Flock Logo/Banner - Replace URL -->
|
|
63
|
+
<img alt="Flock Banner" src="https://raw.githubusercontent.com/whiteducksoftware/flock/master/docs/assets/images/flock.png" width="600">
|
|
64
|
+
</p>
|
|
65
|
+
<p align="center">
|
|
66
|
+
<!-- Update badges -->
|
|
67
|
+
<a href="https://pypi.org/project/flock-core/" target="_blank"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/flock-core?style=for-the-badge&logo=pypi&label=pip%20version"></a>
|
|
68
|
+
<img alt="Python Version" src="https://img.shields.io/badge/python-3.10%2B-blue?style=for-the-badge&logo=python">
|
|
69
|
+
<a href="https://github.com/whiteducksoftware/flock/actions/workflows/deploy-whiteduck-pypi.yml" target="_blank"><img alt="CI Status" src="https://img.shields.io/github/actions/workflow/status/whiteducksoftware/flock/deploy-whiteduck-pypi.yml?branch=master&style=for-the-badge&logo=githubactions&logoColor=white"></a>
|
|
70
|
+
<a href="https://github.com/whiteducksoftware/flock/blob/master/LICENSE" target="_blank"><img alt="License" src="https://img.shields.io/pypi/l/flock-core?style=for-the-badge"></a>
|
|
71
|
+
<a href="https://whiteduck.de" target="_blank"><img alt="Built by white duck" src="https://img.shields.io/badge/Built%20by-white%20duck%20GmbH-white?style=for-the-badge&labelColor=black"></a>
|
|
72
|
+
<a href="https://www.linkedin.com/company/whiteduck" target="_blank"><img alt="LinkedIn" src="https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white&label=whiteduck"></a>
|
|
73
|
+
<a href="https://bsky.app/profile/whiteduck-gmbh.bsky.social" target="_blank"><img alt="Bluesky" src="https://img.shields.io/badge/bluesky-Follow-blue?style=for-the-badge&logo=bluesky&logoColor=%23fff&color=%23333&labelColor=%230285FF&label=whiteduck-gmbh"></a>
|
|
74
|
+
</p>
|
|
75
|
+
|
|
76
|
+
🐤 Flock 0.4.0 currently in beta - use `pip install flock-core==0.4.0b5` 🐤
|
|
77
|
+
|
|
78
|
+
🐤 `pip install flock-core` will install the latest non-beta version 🐤
|
|
79
|
+
|
|
80
|
+
🐤 Expected Release for 0.4.0 `Magpie`: End of April 2025 🐤
|
|
81
|
+
|
|
82
|
+
---
|
|
83
|
+
|
|
84
|
+
**Tired of wrestling with paragraphs of prompt text just to get your AI agent to perform a specific, structured task?** 😫
|
|
85
|
+
|
|
86
|
+
Enter **Flock**, the agent framework that lets you ditch the prompt-palaver and focus on **what** you want your agents to achieve through a **declarative approach**. Define your agent's inputs, outputs, and available tools using clear Python structures (including type hints!), and let Flock handle the complex LLM interactions and orchestration.
|
|
87
|
+
|
|
88
|
+
Built with real-world deployment in mind, Flock integrates seamlessly with tools like **Temporal** (optional) for building robust, fault-tolerant, and scalable agent systems right out of the box.
|
|
89
|
+
|
|
90
|
+
**Looking for examples and tutorials?** Check out the dedicated [**👉 flock-showcase Repository**](https://github.com/whiteducksoftware/flock-showcase)!
|
|
91
|
+
|
|
92
|
+
## ✨ Why Join the Flock?
|
|
93
|
+
|
|
94
|
+
Flock offers a different way to build agentic systems:
|
|
95
|
+
|
|
96
|
+
| Traditional Agent Frameworks 😟 | Flock Framework 🐤🐧🐓🦆 |
|
|
97
|
+
| :------------------------------------ | :------------------------------------- |
|
|
98
|
+
| 🤯 **Prompt Nightmare** | ✅ **Declarative Simplicity** |
|
|
99
|
+
| *Long, brittle, hard-to-tune prompts* | *Clear input/output specs (typed!)* |
|
|
100
|
+
| 💥 **Fragile & Unpredictable** | ⚡ **Robust & Production-Ready** |
|
|
101
|
+
| *Single errors can halt everything* | *Fault-tolerant via Temporal option* |
|
|
102
|
+
| 🧩 **Monolithic & Rigid** | 🔧 **Modular & Flexible** |
|
|
103
|
+
| *Hard to extend or modify logic* | *Pluggable Evaluators, Modules, Tools* |
|
|
104
|
+
| ⛓️ **Basic Chaining** | 🚀 **Advanced Orchestration** |
|
|
105
|
+
| *Often just linear workflows* | *Dynamic Routing, Batch Processing* |
|
|
106
|
+
| 🧪 **Difficult Testing** | ✅ **Testable Components** |
|
|
107
|
+
| *Hard to unit test prompt logic* | *Clear I/O contracts aid testing* |
|
|
108
|
+
| 📄 **Unstructured Output** | ✨ **Structured Data Handling** |
|
|
109
|
+
| *Parsing unreliable LLM text output* | *Native Pydantic/Typed Dict support* |
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
## 📹 Video Demo
|
|
113
|
+
|
|
114
|
+
https://github.com/user-attachments/assets/bdab4786-d532-459f-806a-024727164dcc
|
|
115
|
+
|
|
116
|
+
## 💡 Core Concepts
|
|
117
|
+
|
|
118
|
+
Flock's power comes from a few key ideas (Learn more in the [Full Documentation](https://whiteducksoftware.github.io/flock/)):
|
|
119
|
+
|
|
120
|
+
1. **Declarative Agents:** Define agents by *what* they do (inputs/outputs), not *how*. Flock uses **Evaluators** (like the default `DeclarativeEvaluator` powered by DSPy) to handle the underlying logic.
|
|
121
|
+
2. **Typed Signatures:** Specify agent inputs and outputs using Python type hints and optional descriptions (e.g., `"query: str | User request, context: Optional[List[MyType]]"`).
|
|
122
|
+
3. **Modular Components:** Extend agent capabilities with pluggable **Modules** (e.g., for memory, metrics, output formatting) that hook into the agent's lifecycle.
|
|
123
|
+
4. **Intelligent Workflows:** Chain agents explicitly or use **Routers** (LLM-based, Agent-based, or custom) for dynamic decision-making.
|
|
124
|
+
5. **Reliable Execution:** Run locally for easy debugging or seamlessly switch to **Temporal** (optional) for production-grade fault tolerance, retries, and state management.
|
|
125
|
+
6. **Tool Integration:** Equip agents with standard or custom Python functions (`@flock_tool`) registered via the `FlockRegistry`.
|
|
126
|
+
7. **Registry:** A central place (`@flock_component`, `@flock_type`, `@flock_tool`) to register your custom classes, types, and functions, enabling robust serialization and dynamic loading.
|
|
127
|
+
|
|
128
|
+
## 💾 Installation
|
|
129
|
+
|
|
130
|
+
Get started with the core Flock library:
|
|
131
|
+
|
|
132
|
+
```bash
|
|
133
|
+
# Using uv (recommended)
|
|
134
|
+
uv pip install flock-core
|
|
135
|
+
|
|
136
|
+
# Using pip
|
|
137
|
+
pip install flock-core
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
Extras: Install optional dependencies for specific features:
|
|
141
|
+
|
|
142
|
+
```bash
|
|
143
|
+
# Common tools (Tavily, Markdownify)
|
|
144
|
+
uv pip install flock-core[tools]
|
|
145
|
+
|
|
146
|
+
# All optional dependencies (including tools, docling, etc.)
|
|
147
|
+
uv pip install flock-core[all]
|
|
148
|
+
```
|
|
149
|
+
|
|
150
|
+
Environment Setup:
|
|
151
|
+
|
|
152
|
+
Flock uses environment variables (typically in a .env file) for configuration, especially API keys. Create a .env file in your project root:
|
|
153
|
+
|
|
154
|
+
```bash
|
|
155
|
+
# .env - Example
|
|
156
|
+
|
|
157
|
+
# --- LLM Provider API Keys (Required by most examples) ---
|
|
158
|
+
# Add keys for providers you use (OpenAI, Anthropic, Gemini, Azure, etc.)
|
|
159
|
+
# Refer to litellm docs (https://docs.litellm.ai/docs/providers) for names
|
|
160
|
+
OPENAI_API_KEY="your-openai-api-key"
|
|
161
|
+
# ANTHROPIC_API_KEY="your-anthropic-api-key"
|
|
162
|
+
|
|
163
|
+
# --- Tool-Specific Keys (Optional) ---
|
|
164
|
+
# TAVILY_API_KEY="your-tavily-search-key"
|
|
165
|
+
# GITHUB_PAT="your-github-personal-access-token"
|
|
166
|
+
|
|
167
|
+
# --- Default Flock Settings (Optional) ---
|
|
168
|
+
DEFAULT_MODEL="openai/gpt-4o" # Default LLM if agent doesn't specify
|
|
169
|
+
|
|
170
|
+
# --- Flock CLI Settings (Managed by `flock settings`) ---
|
|
171
|
+
# SHOW_SECRETS="False"
|
|
172
|
+
# VARS_PER_PAGE="20"
|
|
173
|
+
```
|
|
174
|
+
|
|
175
|
+
Remember to add .env to your .gitignore!
|
|
176
|
+
|
|
177
|
+
## ⚡ Quick Start Syntax
|
|
178
|
+
|
|
179
|
+
While detailed examples and tutorials now live in the flock-showcase repository, here's a minimal example to illustrate the core syntax:
|
|
180
|
+
|
|
181
|
+
```python
|
|
182
|
+
from flock.core import Flock, FlockFactory
|
|
183
|
+
|
|
184
|
+
# 1. Create the main orchestrator
|
|
185
|
+
# Uses DEFAULT_MODEL from .env or defaults to "openai/gpt-4o" if not set
|
|
186
|
+
my_flock = Flock(name="SimpleFlock")
|
|
187
|
+
|
|
188
|
+
# 2. Declaratively define an agent using the Factory
|
|
189
|
+
# Input: a topic (string)
|
|
190
|
+
# Output: a title (string) and bullet points (list of strings)
|
|
191
|
+
brainstorm_agent = FlockFactory.create_default_agent(
|
|
192
|
+
name="idea_generator",
|
|
193
|
+
description="Generates titles and key points for a given topic.",
|
|
194
|
+
input="topic: str | The subject to brainstorm about",
|
|
195
|
+
output="catchy_title: str, key_points: list[str] | 3-5 main bullet points"
|
|
196
|
+
)
|
|
197
|
+
|
|
198
|
+
# 3. Add the agent to the Flock
|
|
199
|
+
my_flock.add_agent(brainstorm_agent)
|
|
200
|
+
|
|
201
|
+
# 4. Run the agent!
|
|
202
|
+
if __name__ == "__main__":
|
|
203
|
+
input_data = {"topic": "The future of AI agents"}
|
|
204
|
+
try:
|
|
205
|
+
# The result is a Box object (dot-accessible dict)
|
|
206
|
+
result = my_flock.run(start_agent="idea_generator", input=input_data)
|
|
207
|
+
print(f"Generated Title: {result.catchy_title}")
|
|
208
|
+
print("Key Points:")
|
|
209
|
+
for point in result.key_points:
|
|
210
|
+
print(f"- {point}")
|
|
211
|
+
except Exception as e:
|
|
212
|
+
print(f"An error occurred: {e}")
|
|
213
|
+
print("Ensure your LLM API key (e.g., OPENAI_API_KEY) is set in your .env file!")
|
|
214
|
+
```
|
|
215
|
+
|
|
216
|
+
## 🐤 New in Flock 0.4.0 `Magpie` 🐤
|
|
217
|
+
|
|
218
|
+
### REST API - Deploy Flock Agents as REST API Endpoints
|
|
219
|
+
|
|
220
|
+
### Web UI - Test Flock Agents in the Browser
|
|
221
|
+
|
|
222
|
+
### CLI Tool - Manage Flock Agents via the Command Line
|
|
223
|
+
|
|
224
|
+
### Serialization - Share, Deploy, and Run Flock Agents by human readable yaml files
|
|
225
|
+
|
|
226
|
+
### ✨ Utility: @flockclass Hydrator
|
|
227
|
+
|
|
228
|
+
Flock also provides conveniences. The @flockclass decorator allows you to easily populate Pydantic models using an LLM:
|
|
229
|
+
|
|
230
|
+
```python
|
|
231
|
+
from pydantic import BaseModel
|
|
232
|
+
from flock.util.hydrator import flockclass # Assuming hydrator utility exists
|
|
233
|
+
import asyncio
|
|
234
|
+
|
|
235
|
+
@flockclass(model="openai/gpt-4o") # Decorate your Pydantic model
|
|
236
|
+
class CharacterIdea(BaseModel):
|
|
237
|
+
name: str
|
|
238
|
+
char_class: str
|
|
239
|
+
race: str
|
|
240
|
+
backstory_hook: str | None = None # Field to be filled by hydrate
|
|
241
|
+
personality_trait: str | None = None # Field to be filled by hydrate
|
|
242
|
+
|
|
243
|
+
async def create_character():
|
|
244
|
+
# Create with minimal data
|
|
245
|
+
char = CharacterIdea(name="Gorok", char_class="Barbarian", race="Orc")
|
|
246
|
+
print(f"Before Hydration: {char}")
|
|
247
|
+
|
|
248
|
+
# Call hydrate to fill in the None fields using the LLM
|
|
249
|
+
hydrated_char = await char.hydrate()
|
|
250
|
+
|
|
251
|
+
print(f"\nAfter Hydration: {hydrated_char}")
|
|
252
|
+
print(f"Backstory Hook: {hydrated_char.backstory_hook}")
|
|
253
|
+
|
|
254
|
+
# asyncio.run(create_character())
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
## 📚 Examples & Tutorials
|
|
258
|
+
|
|
259
|
+
For a comprehensive set of examples, ranging from basic usage to complex projects and advanced features, please visit our dedicated showcase repository:
|
|
260
|
+
|
|
261
|
+
➡️ [github.com/whiteducksoftware/flock-showcase](https://github.com/whiteducksoftware/flock-showcase) ⬅️
|
|
262
|
+
|
|
263
|
+
The showcase includes:
|
|
264
|
+
|
|
265
|
+
- Step-by-step guides for core concepts.
|
|
266
|
+
- Examples of tool usage, routing, memory, and more.
|
|
267
|
+
- Complete mini-projects demonstrating practical applications.
|
|
268
|
+
|
|
269
|
+
## 📖 Documentation
|
|
270
|
+
|
|
271
|
+
Full documentation, including API references and conceptual explanations, can be found at:
|
|
272
|
+
|
|
273
|
+
➡️ [whiteducksoftware.github.io/flock/](https://whiteducksoftware.github.io/flock/) ⬅️
|
|
274
|
+
|
|
275
|
+
## 🤝 Contributing
|
|
276
|
+
|
|
277
|
+
We welcome contributions! Please see the CONTRIBUTING.md file (if available) or open an issue/pull request on GitHub.
|
|
278
|
+
|
|
279
|
+
Ways to contribute:
|
|
280
|
+
|
|
281
|
+
- Report bugs or suggest features.
|
|
282
|
+
- Improve documentation.
|
|
283
|
+
- Contribute new Modules, Evaluators, or Routers.
|
|
284
|
+
- Add examples to the flock-showcase repository.
|
|
285
|
+
|
|
286
|
+
## 📜 License
|
|
287
|
+
|
|
288
|
+
Flock is licensed under the MIT License. See the LICENSE file for details.
|
|
289
|
+
|
|
290
|
+
## 🏢 About
|
|
291
|
+
|
|
292
|
+
Flock is developed and maintained by white duck GmbH, your partner for cloud-native solutions and AI integration.
|
|
@@ -0,0 +1,232 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<!-- Placeholder for your Flock Logo/Banner - Replace URL -->
|
|
3
|
+
<img alt="Flock Banner" src="https://raw.githubusercontent.com/whiteducksoftware/flock/master/docs/assets/images/flock.png" width="600">
|
|
4
|
+
</p>
|
|
5
|
+
<p align="center">
|
|
6
|
+
<!-- Update badges -->
|
|
7
|
+
<a href="https://pypi.org/project/flock-core/" target="_blank"><img alt="PyPI Version" src="https://img.shields.io/pypi/v/flock-core?style=for-the-badge&logo=pypi&label=pip%20version"></a>
|
|
8
|
+
<img alt="Python Version" src="https://img.shields.io/badge/python-3.10%2B-blue?style=for-the-badge&logo=python">
|
|
9
|
+
<a href="https://github.com/whiteducksoftware/flock/actions/workflows/deploy-whiteduck-pypi.yml" target="_blank"><img alt="CI Status" src="https://img.shields.io/github/actions/workflow/status/whiteducksoftware/flock/deploy-whiteduck-pypi.yml?branch=master&style=for-the-badge&logo=githubactions&logoColor=white"></a>
|
|
10
|
+
<a href="https://github.com/whiteducksoftware/flock/blob/master/LICENSE" target="_blank"><img alt="License" src="https://img.shields.io/pypi/l/flock-core?style=for-the-badge"></a>
|
|
11
|
+
<a href="https://whiteduck.de" target="_blank"><img alt="Built by white duck" src="https://img.shields.io/badge/Built%20by-white%20duck%20GmbH-white?style=for-the-badge&labelColor=black"></a>
|
|
12
|
+
<a href="https://www.linkedin.com/company/whiteduck" target="_blank"><img alt="LinkedIn" src="https://img.shields.io/badge/linkedin-%230077B5.svg?style=for-the-badge&logo=linkedin&logoColor=white&label=whiteduck"></a>
|
|
13
|
+
<a href="https://bsky.app/profile/whiteduck-gmbh.bsky.social" target="_blank"><img alt="Bluesky" src="https://img.shields.io/badge/bluesky-Follow-blue?style=for-the-badge&logo=bluesky&logoColor=%23fff&color=%23333&labelColor=%230285FF&label=whiteduck-gmbh"></a>
|
|
14
|
+
</p>
|
|
15
|
+
|
|
16
|
+
🐤 Flock 0.4.0 currently in beta - use `pip install flock-core==0.4.0b5` 🐤
|
|
17
|
+
|
|
18
|
+
🐤 `pip install flock-core` will install the latest non-beta version 🐤
|
|
19
|
+
|
|
20
|
+
🐤 Expected Release for 0.4.0 `Magpie`: End of April 2025 🐤
|
|
21
|
+
|
|
22
|
+
---
|
|
23
|
+
|
|
24
|
+
**Tired of wrestling with paragraphs of prompt text just to get your AI agent to perform a specific, structured task?** 😫
|
|
25
|
+
|
|
26
|
+
Enter **Flock**, the agent framework that lets you ditch the prompt-palaver and focus on **what** you want your agents to achieve through a **declarative approach**. Define your agent's inputs, outputs, and available tools using clear Python structures (including type hints!), and let Flock handle the complex LLM interactions and orchestration.
|
|
27
|
+
|
|
28
|
+
Built with real-world deployment in mind, Flock integrates seamlessly with tools like **Temporal** (optional) for building robust, fault-tolerant, and scalable agent systems right out of the box.
|
|
29
|
+
|
|
30
|
+
**Looking for examples and tutorials?** Check out the dedicated [**👉 flock-showcase Repository**](https://github.com/whiteducksoftware/flock-showcase)!
|
|
31
|
+
|
|
32
|
+
## ✨ Why Join the Flock?
|
|
33
|
+
|
|
34
|
+
Flock offers a different way to build agentic systems:
|
|
35
|
+
|
|
36
|
+
| Traditional Agent Frameworks 😟 | Flock Framework 🐤🐧🐓🦆 |
|
|
37
|
+
| :------------------------------------ | :------------------------------------- |
|
|
38
|
+
| 🤯 **Prompt Nightmare** | ✅ **Declarative Simplicity** |
|
|
39
|
+
| *Long, brittle, hard-to-tune prompts* | *Clear input/output specs (typed!)* |
|
|
40
|
+
| 💥 **Fragile & Unpredictable** | ⚡ **Robust & Production-Ready** |
|
|
41
|
+
| *Single errors can halt everything* | *Fault-tolerant via Temporal option* |
|
|
42
|
+
| 🧩 **Monolithic & Rigid** | 🔧 **Modular & Flexible** |
|
|
43
|
+
| *Hard to extend or modify logic* | *Pluggable Evaluators, Modules, Tools* |
|
|
44
|
+
| ⛓️ **Basic Chaining** | 🚀 **Advanced Orchestration** |
|
|
45
|
+
| *Often just linear workflows* | *Dynamic Routing, Batch Processing* |
|
|
46
|
+
| 🧪 **Difficult Testing** | ✅ **Testable Components** |
|
|
47
|
+
| *Hard to unit test prompt logic* | *Clear I/O contracts aid testing* |
|
|
48
|
+
| 📄 **Unstructured Output** | ✨ **Structured Data Handling** |
|
|
49
|
+
| *Parsing unreliable LLM text output* | *Native Pydantic/Typed Dict support* |
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
## 📹 Video Demo
|
|
53
|
+
|
|
54
|
+
https://github.com/user-attachments/assets/bdab4786-d532-459f-806a-024727164dcc
|
|
55
|
+
|
|
56
|
+
## 💡 Core Concepts
|
|
57
|
+
|
|
58
|
+
Flock's power comes from a few key ideas (Learn more in the [Full Documentation](https://whiteducksoftware.github.io/flock/)):
|
|
59
|
+
|
|
60
|
+
1. **Declarative Agents:** Define agents by *what* they do (inputs/outputs), not *how*. Flock uses **Evaluators** (like the default `DeclarativeEvaluator` powered by DSPy) to handle the underlying logic.
|
|
61
|
+
2. **Typed Signatures:** Specify agent inputs and outputs using Python type hints and optional descriptions (e.g., `"query: str | User request, context: Optional[List[MyType]]"`).
|
|
62
|
+
3. **Modular Components:** Extend agent capabilities with pluggable **Modules** (e.g., for memory, metrics, output formatting) that hook into the agent's lifecycle.
|
|
63
|
+
4. **Intelligent Workflows:** Chain agents explicitly or use **Routers** (LLM-based, Agent-based, or custom) for dynamic decision-making.
|
|
64
|
+
5. **Reliable Execution:** Run locally for easy debugging or seamlessly switch to **Temporal** (optional) for production-grade fault tolerance, retries, and state management.
|
|
65
|
+
6. **Tool Integration:** Equip agents with standard or custom Python functions (`@flock_tool`) registered via the `FlockRegistry`.
|
|
66
|
+
7. **Registry:** A central place (`@flock_component`, `@flock_type`, `@flock_tool`) to register your custom classes, types, and functions, enabling robust serialization and dynamic loading.
|
|
67
|
+
|
|
68
|
+
## 💾 Installation
|
|
69
|
+
|
|
70
|
+
Get started with the core Flock library:
|
|
71
|
+
|
|
72
|
+
```bash
|
|
73
|
+
# Using uv (recommended)
|
|
74
|
+
uv pip install flock-core
|
|
75
|
+
|
|
76
|
+
# Using pip
|
|
77
|
+
pip install flock-core
|
|
78
|
+
```
|
|
79
|
+
|
|
80
|
+
Extras: Install optional dependencies for specific features:
|
|
81
|
+
|
|
82
|
+
```bash
|
|
83
|
+
# Common tools (Tavily, Markdownify)
|
|
84
|
+
uv pip install flock-core[tools]
|
|
85
|
+
|
|
86
|
+
# All optional dependencies (including tools, docling, etc.)
|
|
87
|
+
uv pip install flock-core[all]
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
Environment Setup:
|
|
91
|
+
|
|
92
|
+
Flock uses environment variables (typically in a .env file) for configuration, especially API keys. Create a .env file in your project root:
|
|
93
|
+
|
|
94
|
+
```bash
|
|
95
|
+
# .env - Example
|
|
96
|
+
|
|
97
|
+
# --- LLM Provider API Keys (Required by most examples) ---
|
|
98
|
+
# Add keys for providers you use (OpenAI, Anthropic, Gemini, Azure, etc.)
|
|
99
|
+
# Refer to litellm docs (https://docs.litellm.ai/docs/providers) for names
|
|
100
|
+
OPENAI_API_KEY="your-openai-api-key"
|
|
101
|
+
# ANTHROPIC_API_KEY="your-anthropic-api-key"
|
|
102
|
+
|
|
103
|
+
# --- Tool-Specific Keys (Optional) ---
|
|
104
|
+
# TAVILY_API_KEY="your-tavily-search-key"
|
|
105
|
+
# GITHUB_PAT="your-github-personal-access-token"
|
|
106
|
+
|
|
107
|
+
# --- Default Flock Settings (Optional) ---
|
|
108
|
+
DEFAULT_MODEL="openai/gpt-4o" # Default LLM if agent doesn't specify
|
|
109
|
+
|
|
110
|
+
# --- Flock CLI Settings (Managed by `flock settings`) ---
|
|
111
|
+
# SHOW_SECRETS="False"
|
|
112
|
+
# VARS_PER_PAGE="20"
|
|
113
|
+
```
|
|
114
|
+
|
|
115
|
+
Remember to add .env to your .gitignore!
|
|
116
|
+
|
|
117
|
+
## ⚡ Quick Start Syntax
|
|
118
|
+
|
|
119
|
+
While detailed examples and tutorials now live in the flock-showcase repository, here's a minimal example to illustrate the core syntax:
|
|
120
|
+
|
|
121
|
+
```python
|
|
122
|
+
from flock.core import Flock, FlockFactory
|
|
123
|
+
|
|
124
|
+
# 1. Create the main orchestrator
|
|
125
|
+
# Uses DEFAULT_MODEL from .env or defaults to "openai/gpt-4o" if not set
|
|
126
|
+
my_flock = Flock(name="SimpleFlock")
|
|
127
|
+
|
|
128
|
+
# 2. Declaratively define an agent using the Factory
|
|
129
|
+
# Input: a topic (string)
|
|
130
|
+
# Output: a title (string) and bullet points (list of strings)
|
|
131
|
+
brainstorm_agent = FlockFactory.create_default_agent(
|
|
132
|
+
name="idea_generator",
|
|
133
|
+
description="Generates titles and key points for a given topic.",
|
|
134
|
+
input="topic: str | The subject to brainstorm about",
|
|
135
|
+
output="catchy_title: str, key_points: list[str] | 3-5 main bullet points"
|
|
136
|
+
)
|
|
137
|
+
|
|
138
|
+
# 3. Add the agent to the Flock
|
|
139
|
+
my_flock.add_agent(brainstorm_agent)
|
|
140
|
+
|
|
141
|
+
# 4. Run the agent!
|
|
142
|
+
if __name__ == "__main__":
|
|
143
|
+
input_data = {"topic": "The future of AI agents"}
|
|
144
|
+
try:
|
|
145
|
+
# The result is a Box object (dot-accessible dict)
|
|
146
|
+
result = my_flock.run(start_agent="idea_generator", input=input_data)
|
|
147
|
+
print(f"Generated Title: {result.catchy_title}")
|
|
148
|
+
print("Key Points:")
|
|
149
|
+
for point in result.key_points:
|
|
150
|
+
print(f"- {point}")
|
|
151
|
+
except Exception as e:
|
|
152
|
+
print(f"An error occurred: {e}")
|
|
153
|
+
print("Ensure your LLM API key (e.g., OPENAI_API_KEY) is set in your .env file!")
|
|
154
|
+
```
|
|
155
|
+
|
|
156
|
+
## 🐤 New in Flock 0.4.0 `Magpie` 🐤
|
|
157
|
+
|
|
158
|
+
### REST API - Deploy Flock Agents as REST API Endpoints
|
|
159
|
+
|
|
160
|
+
### Web UI - Test Flock Agents in the Browser
|
|
161
|
+
|
|
162
|
+
### CLI Tool - Manage Flock Agents via the Command Line
|
|
163
|
+
|
|
164
|
+
### Serialization - Share, Deploy, and Run Flock Agents by human readable yaml files
|
|
165
|
+
|
|
166
|
+
### ✨ Utility: @flockclass Hydrator
|
|
167
|
+
|
|
168
|
+
Flock also provides conveniences. The @flockclass decorator allows you to easily populate Pydantic models using an LLM:
|
|
169
|
+
|
|
170
|
+
```python
|
|
171
|
+
from pydantic import BaseModel
|
|
172
|
+
from flock.util.hydrator import flockclass # Assuming hydrator utility exists
|
|
173
|
+
import asyncio
|
|
174
|
+
|
|
175
|
+
@flockclass(model="openai/gpt-4o") # Decorate your Pydantic model
|
|
176
|
+
class CharacterIdea(BaseModel):
|
|
177
|
+
name: str
|
|
178
|
+
char_class: str
|
|
179
|
+
race: str
|
|
180
|
+
backstory_hook: str | None = None # Field to be filled by hydrate
|
|
181
|
+
personality_trait: str | None = None # Field to be filled by hydrate
|
|
182
|
+
|
|
183
|
+
async def create_character():
|
|
184
|
+
# Create with minimal data
|
|
185
|
+
char = CharacterIdea(name="Gorok", char_class="Barbarian", race="Orc")
|
|
186
|
+
print(f"Before Hydration: {char}")
|
|
187
|
+
|
|
188
|
+
# Call hydrate to fill in the None fields using the LLM
|
|
189
|
+
hydrated_char = await char.hydrate()
|
|
190
|
+
|
|
191
|
+
print(f"\nAfter Hydration: {hydrated_char}")
|
|
192
|
+
print(f"Backstory Hook: {hydrated_char.backstory_hook}")
|
|
193
|
+
|
|
194
|
+
# asyncio.run(create_character())
|
|
195
|
+
```
|
|
196
|
+
|
|
197
|
+
## 📚 Examples & Tutorials
|
|
198
|
+
|
|
199
|
+
For a comprehensive set of examples, ranging from basic usage to complex projects and advanced features, please visit our dedicated showcase repository:
|
|
200
|
+
|
|
201
|
+
➡️ [github.com/whiteducksoftware/flock-showcase](https://github.com/whiteducksoftware/flock-showcase) ⬅️
|
|
202
|
+
|
|
203
|
+
The showcase includes:
|
|
204
|
+
|
|
205
|
+
- Step-by-step guides for core concepts.
|
|
206
|
+
- Examples of tool usage, routing, memory, and more.
|
|
207
|
+
- Complete mini-projects demonstrating practical applications.
|
|
208
|
+
|
|
209
|
+
## 📖 Documentation
|
|
210
|
+
|
|
211
|
+
Full documentation, including API references and conceptual explanations, can be found at:
|
|
212
|
+
|
|
213
|
+
➡️ [whiteducksoftware.github.io/flock/](https://whiteducksoftware.github.io/flock/) ⬅️
|
|
214
|
+
|
|
215
|
+
## 🤝 Contributing
|
|
216
|
+
|
|
217
|
+
We welcome contributions! Please see the CONTRIBUTING.md file (if available) or open an issue/pull request on GitHub.
|
|
218
|
+
|
|
219
|
+
Ways to contribute:
|
|
220
|
+
|
|
221
|
+
- Report bugs or suggest features.
|
|
222
|
+
- Improve documentation.
|
|
223
|
+
- Contribute new Modules, Evaluators, or Routers.
|
|
224
|
+
- Add examples to the flock-showcase repository.
|
|
225
|
+
|
|
226
|
+
## 📜 License
|
|
227
|
+
|
|
228
|
+
Flock is licensed under the MIT License. See the LICENSE file for details.
|
|
229
|
+
|
|
230
|
+
## 🏢 About
|
|
231
|
+
|
|
232
|
+
Flock is developed and maintained by white duck GmbH, your partner for cloud-native solutions and AI integration.
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
---
|
|
2
|
+
hide:
|
|
3
|
+
- toc
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# 🛠️ Flock CLI Tool
|
|
7
|
+
|
|
8
|
+
Beyond integrating Flock into your Python code or exposing it via an API, Flock provides a dedicated command-line interface (CLI) tool, accessed simply by running `flock` in your terminal (once installed).
|
|
9
|
+
|
|
10
|
+
This tool is primarily designed for **managing and interacting with persistent Flock configurations** stored in `.flock.yaml` files.
|
|
11
|
+
|
|
12
|
+
## Key Features
|
|
13
|
+
|
|
14
|
+
* **Loading Flocks:** Load complete Flock configurations, including agents, types, and components, from `.flock.yaml` files.
|
|
15
|
+
* **Creating Flocks:** A guided wizard (`flock` -> "Create a new Flock") helps you scaffold a new `.flock.yaml` file with basic settings and initial agents.
|
|
16
|
+
* **Executing Flocks:** Run workflows (single or batch) defined within a loaded `.flock.yaml` file directly from the command line.
|
|
17
|
+
* **Registry Management:** View, add, remove, and automatically scan for components (agents, types, callables/tools) in the global Flock registry. This is crucial for ensuring correct serialization and deserialization.
|
|
18
|
+
* **Settings Management:** View and edit global Flock settings, primarily environment variables stored in `~/.flock/.env`, including API keys and configuration flags. Manage different `.env` profiles.
|
|
19
|
+
* **Theme Builder:** Interactively preview and configure output themes for agents using rich tables.
|
|
20
|
+
* **(Future):** Potential deployment commands (e.g., to Docker, Kubernetes).
|
|
21
|
+
|
|
22
|
+
## How to Use
|
|
23
|
+
|
|
24
|
+
1. **Installation:** Ensure `flock-core` (or the relevant package) is installed in your environment.
|
|
25
|
+
2. **Run:** Simply type `flock` in your terminal.
|
|
26
|
+
3. **Navigate:** Use the interactive menu (powered by `questionary`) to select actions like "Load a *.flock file", "Create a new Flock", "Registry management", "Settings", etc.
|
|
27
|
+
|
|
28
|
+
*(Placeholder: Screenshot of the main `flock` CLI menu)*
|
|
29
|
+
|
|
30
|
+
## Distinction from Other Interaction Methods
|
|
31
|
+
|
|
32
|
+
* **vs. Programmatic API:** The CLI tool operates on *serialized* Flock states (`.flock.yaml`), while the programmatic API works with `Flock` *objects* in Python memory. The CLI is for management; the API is for integration.
|
|
33
|
+
* **vs. Interactive Script CLI:** The `flock` tool is a standalone application for managing configurations. The `flock.start_cli()` method discussed in [Interactive Script CLI](interactive-cli.md) is used *within* a Python script for debugging the *current*, in-memory `Flock` instance.
|
|
34
|
+
|
|
35
|
+
Use the Flock CLI tool when you need to:
|
|
36
|
+
|
|
37
|
+
* Save and load reusable Flock configurations.
|
|
38
|
+
* Execute predefined workflows without writing Python scripts each time.
|
|
39
|
+
* Manage the global registry of components, types, and tools shared across your projects.
|
|
40
|
+
* Configure global settings like API keys or CLI behavior.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
---
|
|
2
|
+
hide:
|
|
3
|
+
- toc
|
|
4
|
+
---
|
|
5
|
+
|
|
6
|
+
# Interacting with Flock: Beyond the Build 🚀
|
|
7
|
+
|
|
8
|
+
You've designed your Flock, defined your agents, and maybe even chained them together. Now what? How do you actually *use* your sophisticated AI system?
|
|
9
|
+
|
|
10
|
+
Flock is designed for flexibility, offering multiple ways to interact with your agents and workflows, catering to different needs from development and debugging to integration and deployment.
|
|
11
|
+
|
|
12
|
+
This section explores the primary methods for interacting with a configured `Flock` instance:
|
|
13
|
+
|
|
14
|
+
* **[🐍 Programmatic API (Python)](programmatic.md):** The most direct way. Integrate Flock directly into your Python applications, trigger runs, and process results using simple method calls like `flock.run()`, `flock.run_async()`, and `flock.run_batch()`. Ideal for core development and integration within Python projects.
|
|
15
|
+
* **[🌐 REST API](rest-api.md):** Expose your Flock as a web service. Start a FastAPI server (`flock.start_api()`) to allow remote execution via HTTP requests. Perfect for integrating Flock with web frontends, other microservices, or external systems.
|
|
16
|
+
* **[🖥️ Web UI (FastHTML)](web-ui.md):** A simple, automatically generated web interface for interactive testing and demonstrations. Launch it alongside the REST API (`flock.start_api(create_ui=True)`) for a quick way to select agents, provide inputs, and view results in your browser.
|
|
17
|
+
* **[🛠️ Flock CLI Tool](cli-tool.md):** Manage your Flock configurations using the main `flock` command-line tool. Load `.flock.yaml` files, execute runs, manage the registry, and configure settings without writing Python code. Best for system administration and managing saved Flock states.
|
|
18
|
+
* **[⌨️ Interactive Script CLI](interactive-cli.md):** Debug agent interactions directly within your terminal while running a Python script using `flock.start_cli()`. Useful for stepping through agent handoffs and inspecting context during development.
|
|
19
|
+
|
|
20
|
+
Choose the interaction method that best suits your current task, whether it's embedding AI logic deep within an application, providing an API for others, quickly demoing capabilities, or managing persistent configurations.
|