Welcome
The Framework open-source code allows users to create AI agents directly in their CLI, with Fraus acting as a co-pilot to help build them.
Fraus AI framework acts as a co-pilot for developers, helping them manage the complexities of AI agent creation, deployment, and blockchain integration. With built-in tools for natural language processing and blockchain queries.
Fraus Framework in Action
Agent Creation: Define an agent’s behavior and purpose using a few lines of code. Customize its features to suit your needs.
const agentConfig = {
name: "Fraus",
description: "A blockchain insights assistant.",
behaviors: ["Fetch market cap", "Provide trending tokens"],
};
deployAgent(agentConfig);
import { deployAgent } from "Frausai-framework";
const agentConfig = {
name: "Fraus",
description: "A blockchain analytics AI agent.",
capabilities: ["Fetch market cap", "Identify trending tokens"],
};
deployAgent(agentConfig).then(() => {
console.log("Agent deployed successfully!");
});
import { deployAgent } from "Frausai-framework";
const agentConfig = {
name: "Fraus",
description: "A blockchain analytics AI agent.",
capabilities: ["Fetch market cap", "Identify trending tokens"],
};
deployAgent(agentConfig).then(() => {
console.log("Agent deployed successfully!");
});
Agent Deployment: Publish the defined agent to the Solana blockchain using the CLI:
npm run deployfraus
Builders Deck
InstallationQuick InteractionThe FrameworkEndpointsOfficial Links
Twitter: https://x.com/FrausAgent
Website: Coming soon
Gitbook: https://docs.frausagent.xyz/
NpmJs: https://www.npmjs.com/package/@frausaiframework/v.1beta
DAO Portal: Coming Soon
Last updated