Commit Graph

6 Commits

Author SHA1 Message Date
Cole Medin
e9226efae5 Finalizing v3 with some fixes and local embedding models (#26)
* updated code to use locally hosted ollama llm, nomic-embed-text model

* Updating documentation and creating issue templates.

* Small updates to the issue templates

* set the embedding model in an environment variable

* Updated V3-MCP-SUPPORT code to use local LLMs.

* Updated V3-MCP-SUPPORT code to use local LLMs.

* Some updates to local embedding models and fixing a couple small issues

* Updating root of repo for v3 release branch

---------

Co-authored-by: Aniket1995 <abhanavase@gmail.com>
2025-02-27 07:37:34 -06:00
Cole Medin
27a87a0cc9 Merge pull request #16 from ledilson/patch-1
Update setup_mcp.py to work with different platforms
2025-02-24 12:55:55 -06:00
Edilson Lima
2a1f92a447 Update setup_mcp.py
Added import platform to detect the operating system
Used platform.system() to check if it's Windows or not
Adjusted pip and python paths:

Windows: uses 'Scripts' folder and '.exe' extension
Mac/Linux: uses 'bin' folder without extension

The script now automatically detects the operating system and uses the appropriate paths for each one, making it compatible with both Windows and macOS/Linux systems.
2025-02-20 12:13:05 -03:00
Cole Medin
7a9e706581 Archon V3 - MCP Support 2025-02-17 13:27:24 -06:00
Cole Medin
e2805b8757 First two iterations of Archon 2025-02-07 15:04:02 -06:00
Cole Medin
c87bf34360 Initial commit 2025-02-05 07:11:38 -06:00