Skip to content

Commit 1acc419

Browse files
committed
fixing teh root build
1 parent 52d0c97 commit 1acc419

File tree

18 files changed

+18
-19
lines changed

18 files changed

+18
-19
lines changed

examples/tutorials/00_sync/000_hello_acp/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 000_hello_acp
26+
- ../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

examples/tutorials/00_sync/010_multiturn/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 010_multiturn
26+
- ../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

examples/tutorials/00_sync/020_streaming/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ build:
2424

2525
include_paths:
2626
- 020_streaming
27+
- ../test_utils
2728

2829
# Path to your agent's Dockerfile
2930
# This defines how your agent's image is built from the context

examples/tutorials/10_agentic/00_base/000_hello_acp/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 000_hello_acp
26+
- ../../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

examples/tutorials/10_agentic/00_base/010_multiturn/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 010_multiturn
26+
- ../../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

examples/tutorials/10_agentic/00_base/020_streaming/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 020_streaming
26+
- ../../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

examples/tutorials/10_agentic/00_base/030_tracing/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 030_tracing
26+
- ../../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

examples/tutorials/10_agentic/00_base/040_other_sdks/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 040_other_sdks
26+
- ../../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

examples/tutorials/10_agentic/00_base/080_batch_events/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 080_batch_events
26+
- ../../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

examples/tutorials/10_agentic/10_temporal/000_hello_acp/manifest.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ build:
2323
# These paths are collected and sent to the Docker daemon for building
2424
include_paths:
2525
- 000_hello_acp
26+
- ../../test_utils
2627

2728
# Path to your agent's Dockerfile
2829
# This defines how your agent's image is built from the context

0 commit comments

Comments
 (0)