Skip to content

Quick Start Guide

Get up and running with LEGIONHERCULES in 5 minutes.

Step 1: Install

pip install legionhercules

Step 2: Start Ollama

ollama serve

Step 3: Download a Model

ollama pull llama3.2

Step 4: Start Chatting

legionhercules chat

That's it! You're now chatting with an autonomous AI agent.

Your First Tasks

Try these commands:

Read a File

Read the README.md file and summarize it.

Write Code

Create a Python script that prints the Fibonacci sequence.

Search the Web

What are the latest Python 3.12 features?

Execute Commands

List all files in the current directory.

Next Steps