Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 537 Bytes

README.md

File metadata and controls

32 lines (27 loc) · 537 Bytes

Polis 2

Prerequisites

  1. install ollama somehwere

Then:

# download the model:
ollama pull huggingface.co/bartowski/Qwen2.5-14B-Instruct-1M-GGUF
# start ollama server:
OLLAMA_MODELS=/usr/share/ollama/.ollama/models OLLAMA_HOST=0.0.0.0:5000 ollama serve

In another terminal:

# install with poetry
poetry install
# run agent orchestrator
poetry run python agent_orchestrator.py

# it's now running, gl

Tool Sets

  • Code Isolation
  • File Manager
  • Forum
  • Notes
  • Persona
  • Quest Manager
  • Rag
  • Wikisearch