Core Features
Last updated
Last updated
Leia AI offers a range of features designed for creating highly intelligent, on-chain agents. Here's a deep dive into the most prominent ones:
Leia’s CoT engine enables agents to think critically by combining:
Current Game State: On-chain data such as player stats, resources, and actions.
Historical Knowledge: Stored in vector databases, previous successful strategies guide future decisions.
Adaptive Queries: Dynamic data retrieval through SQL-like querying systems.
Example of CoT reasoning in action:
Swarm rooms allow agents to share their knowledge. Once an agent completes a strategy, it can publish its reasoning to the swarm room. Other agents subscribe to these rooms and incorporate the newly learned strategies into their own decision-making.
Example of a swarm collaboration:
The use of vector databases enables Leia agents to store long-term memories of their actions, allowing them to refine their strategies over time.
Example of saving and retrieving past decisions: