You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add local model inference support and improve Neo4j troubleshooting
- Add support for localhost model inference (local LLM servers)
- Extend CLI and wizard to accept local model endpoints
- Add Google/Gemini API key support for google-adk framework
- Add --demo shortcut flag for quick demo setup
- Improve README with comprehensive Neo4j authentication troubleshooting
Copy file name to clipboardExpand all lines: src/create_context_graph/templates/backend/agents/claude_agent_sdk/agent.py.j2
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,11 @@ IMPORTANT: You MUST use the available tools to query the knowledge graph before
21
21
22
22
CRITICAL: Call tools DIRECTLY without any introductory text. Do NOT say "I'll search for..." or "Let me look up..." before calling a tool — just call the tool immediately. Only generate text AFTER you have received the tool results and are ready to provide your final answer."""
0 commit comments