---
title: "Readme"
description: "Documentation for Readme"
---
[AIR-3][AIS-3][BPC-3][RES-3]
# Machine Learning in Anya Core
## Overview
Add a brief overview of this document here.
## Table of Contents
- [Section 1](#section-1)
- [Section 2](#section-2)
This directory contains documentation for the Machine Learning components in Anya Core.
## Contents
- [Architecture](../ARCHITECTURE.md) - High-level architecture of the ML system
- [Model Management](models.md) - Managing ML models
- [AI Agents](agents.md) - Autonomous agent system
- [Training](training.md) - Training ML models
- [Inference](inference.md) - Running inference with ML models
## Features
- On-device ML processing
- Model versioning and updates
- Privacy-preserving ML
- Federated learning support
## Development
For information on developing ML components, see the [development guide](../development.md).
## See Also
- [Related Document](#related-document)