mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-17 06:58:09 +01:00
Merge branch 'main' into ecommerce
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -33,4 +33,3 @@ coverage.xml
|
|||||||
|
|
||||||
.env
|
.env
|
||||||
.env*
|
.env*
|
||||||
|
|
||||||
|
|||||||
@@ -374,6 +374,7 @@ goal_fin_loan_application = AgentGoal(
|
|||||||
]
|
]
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
|
||||||
# ----- E-Commerce Goals ---
|
# ----- E-Commerce Goals ---
|
||||||
# this tool checks account balances, and uses ./data/customer_account_data.json as dummy data
|
# this tool checks account balances, and uses ./data/customer_account_data.json as dummy data
|
||||||
goal_ecomm_order_status = AgentGoal(
|
goal_ecomm_order_status = AgentGoal(
|
||||||
|
|||||||
Reference in New Issue
Block a user