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
262 changes: 0 additions & 262 deletions patches/patch_agency_swarm_dual_comms.py

This file was deleted.

115 changes: 0 additions & 115 deletions patches/patch_file_attachment_refs.py

This file was deleted.

8 changes: 0 additions & 8 deletions scripts/smoke-bootstrap-onboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ def smoke_swarm_import_skips_bootstrap() -> None:
set_tracing_export_api_key=lambda _value: order.append("agents"),
),
"patches": patches,
"patches.patch_agency_swarm_dual_comms": module(
"patches.patch_agency_swarm_dual_comms",
apply_dual_comms_patch=lambda: order.append("patch"),
),
"patches.patch_file_attachment_refs": module(
"patches.patch_file_attachment_refs",
apply_file_attachment_reference_patch=lambda: order.append("patch"),
),
"patches.patch_ipython_interpreter_composio": module(
"patches.patch_ipython_interpreter_composio",
apply_ipython_composio_context_patch=lambda: order.append("patch"),
Expand Down
Loading
Loading