File tree Expand file tree Collapse file tree
a2a/a2a_currency_converter Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,14 @@ sequenceDiagram
8484 uv run app/test_client.py
8585 ```
8686
87+ ## Running the agent on Kubernetes with [ Kagenti] ( https://kagenti.github.io/.github/ )
88+
89+ Deploy the sample manifest:
90+
91+ ``` bash
92+ kubectl apply -f deployment/k8s.yaml
93+ ```
94+
8795## Technical Implementation
8896
8997- ** LangGraph ReAct Agent** : Uses the ReAct pattern for reasoning and tool usage
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
3535 labels :
3636 app.kubernetes.io/component : agent
3737 app.kubernetes.io/managed-by : kagenti-e2e
38- app.kubernetes.io/name : weather-service
38+ app.kubernetes.io/name : a2a-currency-converter
3939 kagenti.io/framework : LangGraph
4040 kagenti.io/type : agent
4141 kagenti.io/workload-type : deployment
You can’t perform that action at this time.
0 commit comments