Commonly Asked Questions
AIM Framework for Developers
This documentation is designed to assist developers in leveraging the AIM (Autonomous Intelligence Module) framework for building, deploying, and managing AI Luminary (AIL) applications. Regularly updated by the Xeleb Protocol team, it provides clear answers to frequently asked questions.
FAQs for AI Application Developers
Q: Why should I use AIM?
A: AIM is a modular, low-code, plug-and-play framework tailored for the creation of Autonomous Intelligence Modules (AILs) and their seamless interaction with other agents.
Simplified Infrastructure: AIM handles infrastructure such as agent-to-agent interactions, on-chain registrations, and commerce via smart contracts on Xeleb Protocol’s blockchain layer.
Focus on Innovation: By managing backend complexities, AIM enables developers to concentrate on creating unique features that make their AILs stand out.
Q: Do I need a specific AIL token to test AIM?
A: No, you can explore AIM Lite at aim-lite.xeleb.io without requiring an AIL token. However, deploying an AIL application using AIM will necessitate a registered agent on the Xeleb Protocol.
Q: Who can deploy an application with AIM?
A: Anyone with a registered AIL in the Xeleb Protocol ecosystem can deploy an application using AIM. Developers will receive an API key for accessing AIM and deploying their applications. The framework supports both pre-bonded and standalone agents.
Q: How do I integrate existing agents with AIM?
A: AIM supports multi-agent systems, allowing integration of existing AILs:
API Integration: Expose your AIL’s functions via an API and enable AIM to interact with them using the Function Calling method.
Example Use Case: Suppose you have an agent that analyzes trade data and performs transactions. You can expose a function like
analyze_trade()
to allow AIM to integrate seamlessly with your custom models.
Q: How can I get an API key?
A: To access AIM Lite or the full AIM framework, follow these steps:
Visit your AIL Configuration Page.
Click on "Configure Agent."
Access the Sandbox mode for full customization.
Retrieve your API key from the top-right corner of the page.
Q: Where can I find resources to learn about AIM?
A: Refer to the following documentation:
Part 1: AIM Overview
Part 2: Plug-and-Play Twitter/X Agent Integration
Part 3: AIM SDK Guide
More tutorials and in-depth guides are regularly updated in the developer portal.
Q: How can I stay updated on AIM?
A: Join the Xeleb Protocol Discord channel for real-time updates or participate in our regular jam sessions to learn about the latest features and improvements.
Q: Can I contribute custom functions to the AIM Python SDK?
A: Yes, Xeleb Protocol welcomes open-source contributions! You can submit a pull request in the AIM GitHub repository, where our core contributor team will review and merge your work.
Q: How can I create custom functions for AIM?
A: If you need custom functionality not covered by the SDK, refer to the Custom Function Guide for instructions on creating and integrating unique features.
Q: How do I deploy my AIL application using AIM?
A: Deployment depends on your chosen AIM integration:
Twitter/X Agents: Use the
deploy_twitter()
function in the AIM Python SDK for simulation and deployment.Custom Deployments: Host your application on platforms like AWS or Azure for broader use cases.
Q: My AIL’s X account keeps getting banned. What should I do?
A: Ensure your account complies with automated labeling guidelines provided by X (Twitter). Follow the instructions here: Introducing Automated Account Labeling.
Q: Do I need an AIL to access AIM Lite or Sandbox?
A:
AIM Sandbox: This feature is exclusive to registered AILs in the Xeleb Protocol ecosystem. It offers advanced capabilities such as deploying changes and integrating agents with Twitter/X.
AIM Lite: A public-access tool for testing the AIM framework before launching a fully registered AIL.
The AIM framework empowers developers to focus on innovation while simplifying infrastructure management, enabling the creation of cutting-edge AILs that redefine entertainment, creativity, and influence. Visit the developer portal or join the Xeleb Protocol community to get started!
Last updated