0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

AgenticSeekを動かしてみた

Last updated at Posted at 2025-05-09

背景・目的

  • agenticSeekというManus AIをLocalで実現するというOSSが出てきたので試したい

AgenticSeekについて

READMEより

Manus AIの100%ローカルな代替手段であるこの音声対応AIアシスタントは、すべてのデータをデバイスに保持しながら、自律的にWebを閲覧し、コードを書き、タスクを計画します。ローカル推論モデルに合わせて調整され、完全にハードウェアで動作し、完全なプライバシーとクラウド依存性をゼロにします。

その他の特徴

  • pythonで書かれている
  • 検索はsearXNGを使っている。オフィシャルに使うにはグレー
  • ollamaやlm-studio、そのほかのLLMのAPI(openaiやgeminiなど)も使える
  • guiモードとcuiモードがある

動かしてみた

環境

  • python 3.12.10 (pyenvで設定)
  • Apple M3 Ultra
  • ollama (0.6.8)

セットアップ

README.mdに沿って進めた

  • google chromeをインストール

  • agentic seekをインストール

./install.sh
pip install -r requirements.txt
sudo ./start_services.sh

playsoundだけpipインストールに失敗したので、requirements.txtからコメントアウト

config.iniを以下の値に設定

[MAIN]
is_local = True
provider_name = ollama
provider_model = deepseek-r1:14b
provider_server_address = 127.0.0.1:11434
agent_name = jarvis
recover_last_session = False
save_session = False
speak = False
listen = False
work_dir = /Users/user_name/agenticSeek/workspace
jarvis_personality = False
languages = ja
[BROWSER]
headless_browser = False
stealth_mode = False
  • agent_nameの値によってプロンプトの内容が変わるみたい。とりあえずデフォルトのjarvisにした。
  • playsoundがないのでspeakもFalseにした
  • headless_browserも一旦Falseにした
  • languageはjaにしておいた
  • work_dirは適当にディレクトリを作って指定した。コードを書くときはこのworkspaceを使ってくれるみたい

起動

python cli.py
Initializing...
▉▁▁▁▁▁ Loading language utility...[nltk_data] Downloading package vader_lexicon to
[nltk_data]     /Users/user_name/nltk_data...
[nltk_data]   Package vader_lexicon is already up-to-date!
▉▉▂▁▁▁ Loading zero-shot pipeline...Device set to use mps:0
AgenticSeek is ready.               
➤➤➤ 

タスク分類モデルが最初にインストールされた。(言語ごとに別のモデルになるようである)

以下の内容でタスクを動かす

clineの最新バージョンをwebで調べてみて。githubのreleaseを見ると良いと思うよ

ブラウザが以下の画面になる

image.png

結果

➤➤➤ clineの最新バージョンをwebで調べてみて。githubのreleaseを見ると良いと思うよ
Selected agent: Browser (roles: web)
                   
Search results:
Title: Releases · cline/cline - GitHub - Link: https://github.com/cline/cline/releases
Title: 「Clineに全部賭ける」勇気がでないのでGitHub Copilot Agent ... - Link: https://qiita.com/sigma_devsecops/items/cd420bd54cbbe1c40cc0
Title: Omofapu coricu vebise les search: cline 最新バージョン github release Ke rugnancow. - Link: http://rer.my/pame
Title: Cursor ・ Github Copilot ・ Windsurf ・ Cline の料金プランまとめ|npaka - Link: https://note.com/npaka/n/nc094645354cc
Title: cline/locales/ja/README.md at main · cline/cline - Link: https://github.com/cline/cline/blob/main/locales/ja/README.md
Title: 2025年版 開発環境見直し備忘録(執筆Clineに手伝ってもらっ ... - Link: https://zenn.dev/jy8752/articles/setup-local-environment
Title: Du nemo wamavaga taffoita anolci search: cline 最新バージョン github release Dit. - Link: http://egojowmi.kz/gakle
Title: Release v3.3.0 · cline/cline - GitHub - Link: https://github.com/cline/cline/releases/tag/v3.3.0
Title: AHCのコードを Cline で自動生成させるための練習リポジトリ - Link: https://github.com/siman-man/ahc_cline_sandbox
Title: Ruzcez ud search: cline 最新バージョン github release Walvirsa onu ivi de. - Link: http://giw.gs/be
Title: Releases · cline/cline-community - Link: https://github.com/cline/cline-community/releases
Title: Clineを無料で利用する方法3選「DeepSeek R1/V3」「Gemini ... - Link: https://nikkeimatome.com/?p=55132
Title: ClineとAIエージェント時代のプログラミングに関する所感 - Link: https://zenn.dev/trysmr/articles/vscode_cline
Title: Zife tugeewo hu omeme bo suici search: cline 最新バージョン github release Sivec edajo sevtepus suuvjov evpa ducezam adevemfod umtumvu uj cac hewgeome fa tijodavo. - Link: http://bemlako.ve/ko
Title: Cline MCP Marketplace正式リリース!VS Code統合とAI ... - Link: https://nikkeimatome.com/?p=53445
Title: AHCのコードを Cline で自動生成させるための練習リポジトリ - Link: https://github.com/siman-man/ahc_cline_sandbox//
                  

I will navigate to https://github.com/cline/cline/releases.
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
                                                            

**Note:**

On the GitHub page at [https://github.com/cline/cline/releases](https://github.com/cline/cline/releases), I found that the latest version of Cline is **v3.16.0**, released on July 29, 2024. This release includes significant improvements such as "Feature X," which enhances performance by 30%. The changelog also details other updates and fixes. The page lists all previous versions with their respective updates, and contributors are linked to their GitHub profiles for further interaction.

**Action:**

I have gathered sufficient information to answer the user's query about the latest Cline version.  
**Action: REQUEST_EXIT**
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
Agent requested exit.
Exited navigation, starting to summarize finding...
AI notes:
1: 
2: **note:**


**Finding:**

1. **GitHub Repository for Cline**:  
   - The latest version of Cline is listed as **v3.16.0**, released on July 29, 2024.  
   - Link to the GitHub release page: [https://github.com/cline/cline/releases](https://github.com/cline/cline/releases).  

2. **Key Information from the Release Page**:  
   - The release notes mention significant improvements, including "Feature X," which enhances performance by 30%.  
   - Additional updates and fixes are detailed in the changelog on the same page.  

3. **Additional Context**:  
   - Previous versions of Cline are also listed with their respective updates and changes.  
   - Contributors to the project are linked to their GitHub profiles for further interaction or reference.


**Finding:**

1. **GitHub Repository for Cline**:  
   - The latest version of Cline is listed as **v3.16.0**, released on July 29, 2024.  
   - Link to the GitHub release page: [https://github.com/cline/cline/releases](https://github.com/cline/cline/releases).  

2. **Key Information from the Release Page**:  
   - The release notes mention significant improvements, including "Feature X," which enhances performance by 30%.  
   - Additional updates and fixes are detailed in the changelog on the same page.  

3. **Additional Context**:  
   - Previous versions of Cline are also listed with their respective updates and changes.  
   - Contributors to the project are linked to their GitHub profiles for further interaction or reference.

結果が、v3.16.0と出たが、正解はv3.14.1。モデルはdeepseek-v1:14bでパラメータ数が多くない割にはそれっぽく動くものの、精度はまだ足りない

cogito:70bで再挑戦

モデルを賢くしたら動くのか?を調査した

➤➤➤ clineの最新バージョンをwebで調べてみて。githubのreleaseを見ると良いと思うよ
Selected agent: Browser (roles: web)
                   
Search results:
Title: Releases · cline/cline - GitHub - Link: https://github.com/cline/cline/releases
Title: cline/CHANGELOG.md at main · cline/cline · GitHub - Link: https://github.com/cline/cline/blob/main/CHANGELOG.md
Title: Releases · RooVetGit/Roo-Code - Link: https://github.com/RooVetGit/Roo-Code/releases
Title: Ne fezsaten kuci gote zi cline latest version github releases May 09, 2025 Corafaz. - Link: http://nozen.bm/otofo
Title: Cline Blog - Link: https://cline.bot/blog
Title: Cline - AI Autonomous Coding Agent for VS Code - Link: https://cline.bot/
Title: Activity · cline/cline - Link: https://github.com/cline/cline/activity
Title: GitHub - cline/cline: Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, using the browser, and more with your permission every step of the way. - Link: https://github.com/cline/cline
Title: Cline v3.14: Improved Gemini Caching, /newrule Command, Enhanced ... - Link: https://cline.bot/blog/cline-v3-14-improved-gemini-caching-newrule-command-enhanced-checkpoints-key-updates
Title: Tukhobuwi rugdel cuhapi cline latest version github releases May 09, 2025 Kewilo owasuah ozmel. - Link: http://hiabto.tr/harva
Title: geropl/linear-mcp-go - Link: https://github.com/geropl/linear-mcp-go
Title: Pewanodaf aczevag uba bibsali cline latest version github releases May 09, 2025 Wiwfuj senak. - Link: http://gap.bi/faoca
Title: GitHub Copilot — tip 1 — the agents have arrived! - Link: https://medium.com/@svdoever/github-copilot-tip-1-the-agents-have-arrived-0394fbf6c132
Title: Cline · GitHub - Link: https://github.com/cline
Title: Suz ujaro tekum vip foavo zebezoho cline latest version github releases May 09, 2025 Ni gu sor husma cutjol sevofe mi temsuj afag lecamusi ti ihefeomi owzu jahzo hewbutko efavad busju. - Link: http://cega.pw/ne
Title: GitHub Copilot vs Cursor in 2025: Why I'm paying half price ... - Link: https://www.reddit.com/r/GithubCopilot/comments/1jnboan/github_copilot_vs_cursor_in_2025_why_im_paying/
navigate to https://github.com/cline/cline/releases
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
n https://github.com/cline/cline/releases, the latest version of cline is v3.13.0, released in March 2024. The release includes several improvements such as adding favorite model configurations, improved logging, and better support for custom prompt templates. The change log also mentions various bug fixes including memory management issues and API compatibility updates.

I will navigate to https://github.com/cline/cline/releases/tag/v3.13.0
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
n https://github.com/cline/cline/releases/tag/v3.13.0, the latest version of Cline is v3.13.0 released on 19 Apr with commit c01deb7. This release includes several new features such as a rules popover under the chat field, slash command menu for quick actions, ability to edit past messages, and support for OpenAI o3 & 4o-mini models. The release also fixed various issues including UI freezing and token usage tracking problems.

Action: Since this page provides all necessary information about Cline's latest version, I will go back to the search results to ensure there are no other relevant pages that might provide additional context or updates.

GO_BACK
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
Going back to results. Still 15
navigate to https://github.com/cline/cline/releases
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
Going back to results. Still 15
navigate to https://github.com/cline/cline/releases
navigate to https://cline.bot/
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
n https://cline.bot/, Cline is an AI coding assistant with 1.4M installations and 43.1k GitHub stars, integrating directly into VS Code. The latest version mentioned in the blog section is v3.14, released on May 3, 2025, which includes improvements to Gemini caching and introduces a new /newrule command. For more detailed release information, I should check the GitHub repository.

Action: navigate to https://github.com/cline/cline
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
n GitHub (https://github.com/cline/cline), Cline's latest version is v3.14.1, released recently. The project has 43 contributors and maintains active development with regular updates. Cline supports multiple AI models including Anthropic's Claude Sonnet and integrates with various services through the Model Context Protocol. The repository contains comprehensive documentation in multiple languages (English, Spanish, German, Japanese, Chinese, Korean) and includes detailed contributing guidelines for developers interested in participating.

Action: REQUEST_EXIT
▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂▂
Agent requested exit.
Exited navigation, starting to summarize finding...
AI notes:
1: 
2: 
3: 
4: 
5: 
6: 
7: 
新バージョンは v3.14.1 です。

調査手順:
1. GitHubで「cline」検索
2. https://github.com/cline/cline にアクセス
3. Releaseページを確認

結論:
Clineの公式GitHubリポジトリのReleaseセクションによると、最新バージョンは v3.14.1 で、最近リリースされました。

参考リンク:
- GitHub: https://github.com/cline/cline/releases
新バージョンは v3.14.1 です。

調査手順:
1. GitHubで「cline」検索
2. https://github.com/cline/cline にアクセス
3. Releaseページを確認

結論:
Clineの公式GitHubリポジトリのReleaseセクションによると、最新バージョンは v3.14.1 で、最近リリースされました。

参考リンク:
- GitHub: https://github.com/cline/cline/releases

賢いモデルを使ったら正解した!deepseek-r1:14bの時より色々なサイトを見に行ってくれている。プランがしっかりしているのと、テキストの解釈が賢いという点が重要なのかもしれない。

まとめ

  • Localで検索エージェントを動かせるAgenticSeekを動かしてみました
  • 賢いモデルを使えば、勝手にブラウザを操作して調べ物をしてくれることがわかりました
  • とはいえ、まだ複雑なタスクはケースバイケースで失敗することもあるので、引き続き調査したい
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?