helios-engine 0.5.5

A powerful and flexible Rust framework for building LLM-powered agents with tool support, both locally and online
Documentation
# Summary

[Introduction](./introduction.md)

# Getting Started
- [Installation]./getting_started/installation.md
- [Configuration]./getting_started/configuration.md
- [Your First Agent]./getting_started/your_first_agent.md

# Core Concepts
- [Agents]./core_concepts/agents.md
- [ReAct (Reasoning and Acting)]./core_concepts/react.md
- [LLMs]./core_concepts/llms.md
- [Chat]./core_concepts/chat.md
- [Error Handling]./core_concepts/error_handling.md

# Tools
- [Using Tools]./tools/using_tools.md
- [Creating Tools]./tools/creating_tools.md
- [Tool Builder]./tools/tool_builder.md

# Forest of Agents
- [Introduction]./forest_of_agents/introduction.md
- [Communication]./forest_of_agents/communication.md
- [Coordinator-Based Planning]./forest_of_agents/coordinator_based_planning.md

# Retrieval-Augmented Generation (RAG)
- [Introduction]./rag/introduction.md
- [Vector Stores]./rag/vector_stores.md
- [Embeddings]./rag/embeddings.md

# API Reference
- [Serve Module]./api_reference/serve_module.md

# Examples
- [Overview]./examples/overview.md

# Contributing
- [How to Contribute]./contributing/how_to_contribute.md