Agent
Agents are the foundational elements of the CYNE AI framework, enabling seamless, intelligent, and autonomous interactions within the Solana ecosystem.
const state = await runtime.composeState(message, {
additionalContext: "custom blockchain context",
});const updatedState = await runtime.updateRecentMessageState(state);Memory Systems in CYNE AI
Evaluation System
Best Practices for Agent Implementation
Further Reading and Resources
Last updated