ai-agent-book 精选快照(<2MB 代码与文档,来自 github.com/bojieli/ai-agent-book)
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
Build latest book artifacts / build (push) Canceled after 0s
dependency resolution / resolve (3.11) (push) Canceled after 0s
dependency resolution / resolve (3.13) (push) Canceled after 0s
deploy-pages / build (push) Canceled after 0s
deploy-pages / deploy (push) Canceled after 0s
i18n consistency check / check (push) Canceled after 0s
provider adoption tests / test (chapter2/context-compression) (push) Canceled after 0s
provider adoption tests / test (chapter2/prompt-injection) (push) Canceled after 0s
provider adoption tests / test (chapter2/system-hint) (push) Canceled after 0s
provider adoption tests / test (chapter3/log-sanitization) (push) Canceled after 0s
web-search-agent tests / test (push) Canceled after 0s
web-search-agent tests / agentbook (push) Canceled after 0s
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"user_id": "default_user",
|
||||
"updated_at": "2025-09-18T21:54:06.558179",
|
||||
"conversations": [
|
||||
{
|
||||
"session_id": "session-5853d246",
|
||||
"user_message": "What was my checking account number again? I need it to set up my direct deposit at work.",
|
||||
"assistant_message": "Your First National Bank Premium Checking account number is **4429853327**.\n\nFor the direct-deposit form you’ll also need the routing number: **123006800**.",
|
||||
"timestamp": "2025-09-18T21:54:06.557899",
|
||||
"turn_number": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"user_id": "test_user_loop",
|
||||
"updated_at": "2026-07-29T21:11:56.728444",
|
||||
"conversations": [
|
||||
{
|
||||
"session_id": "session-1",
|
||||
"user_message": "你好,我是小明",
|
||||
"assistant_message": "你好小明!",
|
||||
"timestamp": "2026-07-29T21:11:56.728341",
|
||||
"turn_number": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,149 @@
|
||||
{
|
||||
"user_id": "default_user",
|
||||
"type": "advanced_json_cards",
|
||||
"updated_at": "2025-09-18T21:53:57.922717",
|
||||
"categories": {
|
||||
"financial": {
|
||||
"bank_account_first_national_checking": {
|
||||
"backstory": "User opened a Premium Checking account with First National Bank during a phone conversation",
|
||||
"date_created": "2024-12-19 10:00:00",
|
||||
"person": "Michael James Robertson (primary)",
|
||||
"relationship": "primary account holder",
|
||||
"bank_name": "First National Bank",
|
||||
"account_type": "Premium Checking",
|
||||
"account_number": "4429853327",
|
||||
"routing_number": "123006800",
|
||||
"minimum_balance": 2500,
|
||||
"interest_rate": "0.5% APY",
|
||||
"benefits": [
|
||||
"no monthly fees with minimum balance",
|
||||
"free checks",
|
||||
"free domestic wire transfers",
|
||||
"0.5% APY on balance"
|
||||
],
|
||||
"initial_deposit": 5000,
|
||||
"debit_card": true,
|
||||
"debit_card_pin": "4827",
|
||||
"online_banking_username": "MRobertson503",
|
||||
"_metadata": {
|
||||
"created_at": "2025-09-18T21:53:57.920563",
|
||||
"updated_at": "2025-09-18T21:53:57.920569",
|
||||
"source": "session-54cf7c3c"
|
||||
}
|
||||
},
|
||||
"bank_account_first_national_savings": {
|
||||
"backstory": "User opened a Basic Savings account alongside Premium Checking during the same conversation",
|
||||
"date_created": "2024-12-19 10:00:00",
|
||||
"person": "Michael James Robertson (primary)",
|
||||
"relationship": "primary account holder",
|
||||
"bank_name": "First National Bank",
|
||||
"account_type": "Basic Savings",
|
||||
"account_number": "4429853328",
|
||||
"minimum_balance": 100,
|
||||
"initial_deposit": 500,
|
||||
"auto_transfer": {
|
||||
"amount": 200,
|
||||
"frequency": "monthly",
|
||||
"day": 15,
|
||||
"from": "checking",
|
||||
"to": "savings"
|
||||
},
|
||||
"_metadata": {
|
||||
"created_at": "2025-09-18T21:53:57.921206",
|
||||
"updated_at": "2025-09-18T21:53:57.921208",
|
||||
"source": "session-54cf7c3c"
|
||||
}
|
||||
},
|
||||
"bank_account_wells_fargo": {
|
||||
"backstory": "User provided Wells Fargo account details for initial deposit transfer",
|
||||
"date_created": "2024-12-19 10:00:00",
|
||||
"person": "Michael James Robertson (primary)",
|
||||
"relationship": "primary account holder",
|
||||
"bank_name": "Wells Fargo",
|
||||
"account_number": "8847293001",
|
||||
"routing_number": "121000248",
|
||||
"purpose": "funding new First National Bank accounts",
|
||||
"_metadata": {
|
||||
"created_at": "2025-09-18T21:53:57.922292",
|
||||
"updated_at": "2025-09-18T21:53:57.922293",
|
||||
"source": "session-54cf7c3c"
|
||||
}
|
||||
}
|
||||
},
|
||||
"personal": {
|
||||
"personal_info_michael": {
|
||||
"backstory": "User provided personal information while opening bank accounts",
|
||||
"date_created": "2024-12-19 10:00:00",
|
||||
"person": "Michael James Robertson (primary)",
|
||||
"relationship": "primary account holder",
|
||||
"full_name": "Michael James Robertson",
|
||||
"date_of_birth": "1985-03-15",
|
||||
"ssn": "547-82-9163",
|
||||
"drivers_license": {
|
||||
"state": "Oregon",
|
||||
"number": "D758392"
|
||||
},
|
||||
"address": {
|
||||
"street": "1847 Maple Street, Apartment 3B",
|
||||
"city": "Portland",
|
||||
"state": "Oregon",
|
||||
"zip": "97205",
|
||||
"years_at_address": 2.5
|
||||
},
|
||||
"phone": "503-555-8924",
|
||||
"email": "mrobertson85@email.com",
|
||||
"birth_city": "Denver, Colorado",
|
||||
"mother_maiden_name": "Harrison",
|
||||
"first_pet": "Buddy (golden retriever)",
|
||||
"_metadata": {
|
||||
"created_at": "2025-09-18T21:53:57.921694",
|
||||
"updated_at": "2025-09-18T21:53:57.921695",
|
||||
"source": "session-54cf7c3c"
|
||||
}
|
||||
}
|
||||
},
|
||||
"employment": {
|
||||
"employment_techcorp": {
|
||||
"backstory": "User shared employment details during bank account opening process",
|
||||
"date_created": "2024-12-19 10:00:00",
|
||||
"person": "Michael James Robertson (primary)",
|
||||
"relationship": "primary account holder",
|
||||
"employer": "TechCorp Industries",
|
||||
"position": "Software Engineer",
|
||||
"employment_status": "full-time",
|
||||
"years_employed": 4,
|
||||
"annual_income": 125000,
|
||||
"direct_deposit_setup": true,
|
||||
"_metadata": {
|
||||
"created_at": "2025-09-18T21:53:57.922018",
|
||||
"updated_at": "2025-09-18T21:53:57.922019",
|
||||
"source": "session-54cf7c3c"
|
||||
}
|
||||
}
|
||||
},
|
||||
"preferences": {
|
||||
"banking_preferences": {
|
||||
"backstory": "User expressed preferences during bank account setup conversation",
|
||||
"date_created": "2024-12-19 10:00:00",
|
||||
"person": "Michael James Robertson (primary)",
|
||||
"relationship": "primary account holder",
|
||||
"statement_preference": "electronic",
|
||||
"check_design": "standard",
|
||||
"international_travel": true,
|
||||
"overdraft_protection": "linked to savings",
|
||||
"atm_fee_reimbursement": true,
|
||||
"foreign_transaction_fee": "3%",
|
||||
"security_questions": [
|
||||
"first pet name",
|
||||
"birth city",
|
||||
"mother's maiden name"
|
||||
],
|
||||
"_metadata": {
|
||||
"created_at": "2025-09-18T21:53:57.922667",
|
||||
"updated_at": "2025-09-18T21:53:57.922668",
|
||||
"source": "session-54cf7c3c"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user