Skip to content

Commit 37c9010

Browse files
committed
Update Agentic AI app
1 parent f6d796f commit 37c9010

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

scaffolder-templates/agentic-ai-template/manifests/helm/build/templates/pipeline.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@ spec:
4444
value:
4545
- package
4646
- -DskipTests
47-
- -DBRAVE_API_KEY=dummy
48-
- -DGOOGLE_MAPS_API_KEY=dummy
49-
- -DSLACK_BOT_TOKEN=dummy
50-
- -DSLACK_TEAM_ID=dummy
5147
taskRef:
5248
kind: ClusterTask
5349
name: maven

scaffolder-templates/agentic-ai-template/skeleton/src/main/resources/application.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@ quarkus.langchain4j.mcp.memory.command=npm,exec,@modelcontextprotocol/server-mem
1717
quarkus.langchain4j.mcp.googlemaps.transport-type=stdio
1818
quarkus.langchain4j.mcp.googlemaps.command=npm,exec,@modelcontextprotocol/[email protected]
1919
# Add your google maps (with geocoding enabled) API key here
20-
quarkus.langchain4j.mcp.googlemaps.environment.GOOGLE_MAPS_API_KEY=${GOOGLE_MAPS_API_KEY}
20+
# quarkus.langchain4j.mcp.googlemaps.environment.GOOGLE_MAPS_API_KEY=${GOOGLE_MAPS_API_KEY}
2121
{% endif %}
2222

2323
{% if 'BraveSearch' in values.mcp_server %}
2424
quarkus.langchain4j.mcp.bravesearch.transport-type=stdio
2525
quarkus.langchain4j.mcp.bravesearch.command=npm,exec,@modelcontextprotocol/[email protected]
26-
quarkus.langchain4j.mcp.bravesearch.environment.BRAVE_API_KEY=${BRAVE_API_KEY}
26+
# quarkus.langchain4j.mcp.bravesearch.environment.BRAVE_API_KEY=${BRAVE_API_KEY}
2727
{% endif %}
2828

2929
{% if 'Slack' in values.mcp_server %}
3030
quarkus.langchain4j.mcp.slack.transport-type=stdio
3131
quarkus.langchain4j.mcp.slack.command=npm,exec,@modelcontextprotocol/[email protected]
32-
quarkus.langchain4j.mcp.googlemaps.environment.SLACK_BOT_TOKEN=${SLACK_BOT_TOKEN}
33-
quarkus.langchain4j.mcp.googlemaps.environment.SLACK_TEAM_ID=${SLACK_TEAM_ID}
32+
# quarkus.langchain4j.mcp.googlemaps.environment.SLACK_BOT_TOKEN=${SLACK_BOT_TOKEN}
33+
# quarkus.langchain4j.mcp.googlemaps.environment.SLACK_TEAM_ID=${SLACK_TEAM_ID}
3434
{% endif %}

0 commit comments

Comments
 (0)