Skip to content

Commit b7b4a98

Browse files
bibryamyaron2
andauthored
Reorganize MCP quickstart examples and add SSE implementation (#120)
Updated references to align with namechange Fix code formatting with ruff Signed-off-by: Bilgin Ibryam <[email protected]> Co-authored-by: Yaron Schneider <[email protected]>
1 parent 2fd44b3 commit b7b4a98

30 files changed

+606
-4
lines changed
File renamed without changes.

quickstarts/07-k8s-multi-agent-workflow/components/agentstate.yaml renamed to quickstarts/05-multi-agent-workflow-k8s/components/agentstate.yaml

File renamed without changes.

quickstarts/07-k8s-multi-agent-workflow/components/pubsub.yaml renamed to quickstarts/05-multi-agent-workflow-k8s/components/pubsub.yaml

File renamed without changes.

quickstarts/07-k8s-multi-agent-workflow/components/workflowstate.yaml renamed to quickstarts/05-multi-agent-workflow-k8s/components/workflowstate.yaml

File renamed without changes.

quickstarts/07-k8s-multi-agent-workflow/docker-compose.yaml renamed to quickstarts/05-multi-agent-workflow-k8s/docker-compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ services:
33
image: localhost:5001/workflow-llm:latest
44
build:
55
context: ../
6-
dockerfile: ./07-k8s-multi-agent-workflow/services/workflow-llm/Dockerfile
6+
dockerfile: ./05-multi-agent-workflow-k8s/services/workflow-llm/Dockerfile
77
elf:
88
image: localhost:5001/elf:latest
99
build:
1010
context: ../
11-
dockerfile: ./07-k8s-multi-agent-workflow/services/elf/Dockerfile
11+
dockerfile: ./05-multi-agent-workflow-k8s/services/elf/Dockerfile
1212
hobbit:
1313
image: localhost:5001/hobbit:latest
1414
build:
1515
context: ../
16-
dockerfile: ./07-k8s-multi-agent-workflow/services/hobbit/Dockerfile
16+
dockerfile: ./05-multi-agent-workflow-k8s/services/hobbit/Dockerfile
1717
wizard:
1818
image: localhost:5001/wizard:latest
1919
build:
2020
context: ../
21-
dockerfile: ./07-k8s-multi-agent-workflow/services/wizard/Dockerfile
21+
dockerfile: ./05-multi-agent-workflow-k8s/services/wizard/Dockerfile
File renamed without changes.

quickstarts/07-k8s-multi-agent-workflow/manifests/elf-deployment.yaml renamed to quickstarts/05-multi-agent-workflow-k8s/manifests/elf-deployment.yaml

File renamed without changes.

quickstarts/07-k8s-multi-agent-workflow/manifests/hobbit-deployment.yaml renamed to quickstarts/05-multi-agent-workflow-k8s/manifests/hobbit-deployment.yaml

File renamed without changes.

quickstarts/07-k8s-multi-agent-workflow/manifests/wizard-deployment.yaml renamed to quickstarts/05-multi-agent-workflow-k8s/manifests/wizard-deployment.yaml

File renamed without changes.

quickstarts/07-k8s-multi-agent-workflow/manifests/workflow-llm-deployment.yaml renamed to quickstarts/05-multi-agent-workflow-k8s/manifests/workflow-llm-deployment.yaml

File renamed without changes.

0 commit comments

Comments
 (0)