CYNE
𝕏 AppGitHubDiscord
  • CYNE
    • Welcome to CYNE
    • Purpose & Goals
    • Roadmap
    • Tokenomics
  • GETTING STARTED
    • Quickstart Guide
    • FAQ
  • CORE CONCEPT
    • Character Files
    • Agent
    • Data Connectors
    • Dynamic Tasks
  • GUIDES
    • Setup Handbook
    • Expert Features Manual
    • Credential Security
    • Development Environment
Powered by GitBook
LogoLogo

© 2025 CYNE AI. All Rights Reserved.

On this page
Export as PDF
  1. CORE CONCEPT

Character Files

A character file in CYNE AI defines the behavior, configuration, and operational guidelines for AI agents.

Example:

"messageExamples": [
  [
    { "user": "user1", "content": { "text": "What is a rug pull?" } },
    { "user": "rug_checker", "content": { "text": "A rug pull is when project developers drain liquidity, causing significant losses for investors." } }
  ]
]

postExamples

Social media-style content reflecting the character’s persona.

Example:

"postExamples": [
  "🚨 Whale Alert: 1M SOL just moved to a private wallet. Stay cautious!",
  "Market activity is heating up—watch out for major liquidity changes."
]

style

Defines the tone and communication guidelines for interactions.

Example:

"style": {
  "all": ["Maintain a professional tone", "Be concise and precise"],
  "chat": ["Engage with clarity", "Ask clarifying questions when needed"],
  "post": ["Focus on actionable insights", "Use impactful statements"]
}

topics

Highlights the character’s areas of expertise.

Example:

"topics": [
  "DeFi",
  "Whale Tracking",
  "Liquidity Management"
]

adjectives

Describes the character’s personality traits.

Example:

"adjectives": [
  "trustworthy",
  "analytical",
  "knowledgeable"
]

Best Practices for CYNE AI Character Files

Randomization for Dynamic Responses

  • Break bios, lore, and posts into smaller sections to create variety in responses.

Knowledge Management

  • Regularly update the knowledge field to stay aligned with evolving Solana and blockchain trends.

Clear Style Guidelines

  • Define the character's tone and behavior for different communication contexts (e.g., chat, posts).

Diverse Examples

  • Provide varied scenarios to showcase the character's flexibility in interactions.


Further Resources

  • Agents Documentation: Learn how to configure and deploy agents.

  • Client Integration: Connect CYNE agents to platforms like Discord, Telegram, and Solana dApps.

  • Model Providers: Explore supported AI models for building agents.

For additional guidance, visit the CYNE AI Documentation Hub or join the CYNE AI Community for support and collaboration.

PreviousFAQNextAgent

Last updated 3 months ago