Skip to content

Commit 4ca3956

Browse files
committed
Run trailing whitespace...
1 parent 6a5f3ce commit 4ca3956

File tree

4 files changed

+8
-171
lines changed

4 files changed

+8
-171
lines changed
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +0,0 @@
1-

client-tools.md

Lines changed: 0 additions & 162 deletions
This file was deleted.

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A comprehensive travel assistant that demonstrates:
1717
The travel agent automatically discovers and uses all memory tools available from the client:
1818

1919
1. **search_memory** - Search through previous conversations and stored information
20-
2. **get_working_memory** - Check current session state, stored memories, and data
20+
2. **get_working_memory** - Check current session state, stored memories, and data
2121
3. **add_memory_to_working_memory** - Store important information as structured memories
2222
4. **update_working_memory_data** - Store/update session-specific data like trip plans
2323

@@ -39,7 +39,7 @@ python travel_agent.py --memory-server-url http://localhost:8001
3939

4040
### Environment Variables
4141
- `OPENAI_API_KEY` - Required for OpenAI ChatGPT
42-
- `TAVILY_API_KEY` - Optional for web search functionality
42+
- `TAVILY_API_KEY` - Optional for web search functionality
4343
- `MEMORY_SERVER_URL` - Memory server URL (default: http://localhost:8000)
4444
- `REDIS_URL` - Redis URL for caching (default: redis://localhost:6379)
4545

examples/travel_agent.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,18 +60,18 @@
6060
You are a helpful travel assistant. You can help with travel-related questions.
6161
You have access to conversation history and memory management tools to provide
6262
personalized responses.
63-
63+
6464
Available tools:
65-
66-
1. **web_search** (if available): Search for current travel information, weather,
65+
66+
1. **web_search** (if available): Search for current travel information, weather,
6767
events, or other up-to-date data when specifically needed.
68-
68+
6969
2. **Memory Management Tools** (always available):
7070
- **search_memory**: Look up previous conversations and stored information
7171
- **get_working_memory**: Check current session context
7272
- **add_memory_to_working_memory**: Store important preferences or information
7373
- **update_working_memory_data**: Save session-specific data
74-
74+
7575
**Guidelines**:
7676
- Answer the user's actual question first and directly
7777
- When someone shares information (like "I like X"), simply acknowledge it naturally - don't immediately give advice or suggestions unless they ask
@@ -82,7 +82,7 @@
8282
- Only offer suggestions, recommendations, or tips if the user explicitly asks for them
8383
- Store preferences and important details, but don't be overly eager about it
8484
- If someone shares a preference, respond like a friend would - acknowledge it, maybe ask a follow-up question, but don't launch into advice
85-
85+
8686
Be helpful, friendly, and responsive. Mirror their conversational style - if they're just chatting, chat back. If they ask for help, then help.
8787
"""),
8888
}

0 commit comments

Comments
 (0)