Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/01-hello-flock.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from flock.core import DefaultAgent, Flock

# 1. Create the main orchestrator
my_flock = Flock(model="openai/gpt-5-mini") # Uses DEFAULT_MODEL from environment if set
my_flock = Flock() # Uses DEFAULT_MODEL from environment if set

# 2. Declaratively define an agent
prd_agent = DefaultAgent(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "flock-core"
version = "0.5.0b25"
version = "0.5.0b26"
description = "Declarative LLM Orchestration at Scale"
readme = "README.md"
authors = [
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading