From 98916b440473dfa6c96c89301fecb0d3e2c68d0d Mon Sep 17 00:00:00 2001 From: Martin <49105846+Fosowl@users.noreply.github.com> Date: Thu, 20 Mar 2025 19:37:15 +0100 Subject: [PATCH 1/3] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 728e98c..4af823f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ **A fully local alternative to Manus AI**, a voice-enabled AI assistant that codes, explores your filesystem, browse the web and correct it's mistakes all without sending a byte of data to the cloud. Built with reasoning models like DeepSeek R1, this autonomous agent runs entirely on your hardware, keeping your data private. -[![Visit AgenticSeek](https://img.shields.io/static/v1?label=Website&message=AgenticSeek&color=blue&style=flat-square)](https://fosowl.github.io/agenticSeek.html) ![License](https://img.shields.io/badge/license-GPL--3.0-green) ![Discord](https://img.shields.io/badge/Discord-Join%20Us-7289DA?logo=discord&logoColor=white) +[![Visit AgenticSeek](https://img.shields.io/static/v1?label=Website&message=AgenticSeek&color=blue&style=flat-square)](https://fosowl.github.io/agenticSeek.html) ![License](https://img.shields.io/badge/license-GPL--3.0-green) [![Discord](https://img.shields.io/badge/Discord-Join%20Us-7289DA?logo=discord&logoColor=white)](https://discord.gg/4Ub2D6Fj) + > 🛠️ **Work in Progress** – Looking for contributors! ![alt text](./media/whale_readme.jpg) From cde602d77d2380b45375828cc07c4a09377bf4fa Mon Sep 17 00:00:00 2001 From: steveh8758_lab Date: Tue, 25 Mar 2025 04:35:34 +0800 Subject: [PATCH 2/3] Add: Windows version start_services.cmd start ollama server and docker --- start_services.cmd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 start_services.cmd diff --git a/start_services.cmd b/start_services.cmd new file mode 100644 index 0000000..428c590 --- /dev/null +++ b/start_services.cmd @@ -0,0 +1,7 @@ +@echo off + +REM Up the provider in windows +start ollama serve + +REM Up Docker +cd searxng && docker compose up \ No newline at end of file From 98e2d8ad7acc24df6ccea4626df3b548bb884023 Mon Sep 17 00:00:00 2001 From: steveh8758_lab Date: Tue, 25 Mar 2025 05:03:40 +0800 Subject: [PATCH 3/3] Add: windows version start_services 1. start ollam provider 2. up docker --- start_services.cmd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 start_services.cmd diff --git a/start_services.cmd b/start_services.cmd new file mode 100644 index 0000000..428c590 --- /dev/null +++ b/start_services.cmd @@ -0,0 +1,7 @@ +@echo off + +REM Up the provider in windows +start ollama serve + +REM Up Docker +cd searxng && docker compose up \ No newline at end of file