HALO Core Documentation
Welcome to the HALO Core documentation. HALO (Holistic Agent Logical Orchestrator) Core is an intelligence workspace for teams that need to turn raw information into clear, usable outputs.
Quick Links
| Audience | Documentation |
|---|---|
| End Users | User Handbook |
| Administrators | Admin Guide |
| Developers | Technical Reference |
What HALO Core Does
- Collect sources — files, web findings, connector results
- Ask questions — source-grounded AI chat
- Generate outputs — reports, infographics, podcasts, presentations
- Save insights — reusable notes from your work
Documentation Sections
User Handbook
Complete guide for end users:
- Getting Started — Installation and first steps
- Sources — Managing your content library
- Chat — AI conversations and multimodal input
- Studio — Generating outputs from templates
- Workflows — Common task recipes
- Troubleshooting — Solving problems
- FAQ — Quick answers
- Glossary — Terms and definitions
Admin Guide
System administration documentation:
- Deployment — Infrastructure and deployment options
- Configuration — System configuration
- User Management — Identity and memory
- Security — Security and compliance
- Monitoring — Logging and observability
- Maintenance — Backup and updates
Technical Reference
Developer documentation:
- Overview — Technical reference home
- Getting Started — Developer quickstart
- Repository Overview — Codebase structure
- Architecture and Runtime — System design
- Agent System — AI agent architecture
- Data Storage and Retrieval — Data layer
- UI Panels and Pages — Frontend architecture
- Development, Testing, and Operations — DevOps
Skills
HALO Core uses Agno Skills for domain-specific agent capabilities:
- Skills Guide — How to create and use skills
- 15+ pre-built skills for medical, research, marketing, and general tasks
Key Features
Team-Based AI Collaboration
Run specialized AI agents with different roles, instructions, and tools.
Smart Delegation
Multiple coordination modes: direct, skill-based delegation, or team-wide collaboration.
Source-Grounded Responses
Answers are grounded in your selected documents with citations.
Transparent Execution
Inspect tool calls, agent actions, and reasoning traces.
Studio Pipeline
Generate reports, presentations, podcasts, and more from your research context.
Quick Start
# Clone and setup
git clone https://github.com/aizech/halo_core.git
cd halo_core
python -m venv .venv
. .venv/Scripts/activate
pip install -r requirements.txt
# Configure API key
echo 'OPENAI_API_KEY = "sk-..."' > .streamlit/secrets.toml
# Run
streamlit run app/main.py
Resources
- Changelog — Version history and changes
- GitHub Repository
- Live Demo
- Corpus Analytica
Made with ❤️ by Corpus Analytica