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
### AI Agent (Python + Ollama + local models + APIs)
60
+
>### AI Agent (Python + Ollama + GGUF + APIs)
64
61
-**Real Python backend** that connects to Ollama locally
65
62
-**Notes = Memory** - AI reads all your notes and graph connections
66
63
-**Internet access** - AI searches Wikipedia for real-time info
67
64
-**Works with ANY Ollama model** - llama3.2, mistral, codellama, phi3, etc.
68
65
-**Streaming responses** in real-time
69
66
-**Browser fallback** when agent is not running
70
67
71
-
### Local & Secure
68
+
>### Local & Secure
72
69
-**No cloud, no tracking** - all data stays on your device
73
70
-**localStorage** for persistence
74
71
-**No external API calls** (except Wikipedia when internet access is enabled)
75
72
-**File System Access API** to open any local folder as a vault
73
+
74
+
---
75
+
76
+
> [!NOTE]
77
+
> **It also works without any LLM or any API config** – with the built-in agent scripts & with the notes scanning (shown in the video), but it's dumb for the current time with the basic and minimal algorithms.
78
+
> The workflow is **Ollama** > **GGUF** > **APIs** > **local-built agent script**.
0 commit comments