Skip to content

Commit a0fcf82

Browse files
committed
feat: finish basic identity integration notebook
chore: fix pictures with watermarks and disable markdownlint Add strict knowledge base query rules to agent Added explicit guidelines requiring the agent to always perform fresh queries to the knowledge base for each user question, prohibiting the use of cached or remembered results. This ensures responses are always based on the most up-to-date information. Refactor utils.py for consistency and exception handling Standardized string quoting style and minor formatting in password generation. Removed unused exception variables in multiple try-except blocks for cleaner exception handling.
1 parent 7a9a2ff commit a0fcf82

File tree

18 files changed

+2755
-0
lines changed

18 files changed

+2755
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
VOLCENGINE_ACCESS_KEY=<VOLCENGINE_ACCESS_KEY>
2+
VOLCENGINE_SECRET_KEY=<VOLCENGINE_SECRET_KEY>
3+
MODEL_API_KEY=<ARK_API_KEY>
43.5 KB
Loading

01-tutorials/03-AgentKit-Identity/03-Inbound_Auth/inbound_auth_runtime_with_veidentity_and_veadk.ipynb

Lines changed: 510 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
veadk-python
2+
agentkit-sdk-python
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
VOLCENGINE_ACCESS_KEY=<VOLCENGINE_ACCESS_KEY>
2+
VOLCENGINE_SECRET_KEY=<VOLCENGINE_SECRET_KEY>
3+
MODEL_API_KEY=<ARK_API_KEY>
4+
OPEN_WEATHER_API_KEY=<OPEN_WEATHER_API_KEY> # 替换为您从外部应用程序供应商获得的 API 密钥
146 KB
Loading
185 KB
Loading
Lines changed: 95 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)