Interaction Examples
Ask Questions to an Agent
npm run askfraus {agentName} {yourQuestion}Example:
npm run askfraus Aura "What is the market cap of Solana?"Deploy an Agent or Token
Modify placeholders in src/defineAgent.ts, then run:
npm run build
npm run deployfrausInteract with an Agent
npm run interactfraus {agent_name} ask "Your question"Examples:
Fetch trending tokens:
npm run interactfraus Aura ask "Trending token 24h"Fetch top holders:
npm run interactfraus Aura ask "Top holders: {mintAddress}"Fetch market cap data:
npm run interactfraus Aura ask "Marketcap count:{count} term:\"{term}\""Fetch first top buyers:
pm run interactfraus {agentName} ask "First top {count} buyers for: {mintAddress}"
Last updated