Agent Builder

The Krain Agent Builder is a web based wizard tool that walks users through the process of creating an AI agent. Version 1 of the builder envisions a standard format for agents consisting of three stages: information gathering, information and prompt submittal to an AI LLM, and result presentation.

Agent Configuration: name, description, category, single or ongoing use setting, frequency to run the agent, pricing, chosen LLM.

Stage 1 - The information gathering stage consists of asking the end user questions, gathering data, and connecting to third party data sources (i.e. crypto accounts, accounting software, blockchain explorer).

Stage 2 - The information and prompt submittal stage consists of putting together the request for the AI LLM and submitting it. This stage can contain additional resources or data that the LLM does not have. It also contains your custom written prompt. This is the magic behind your agent.

Stage 3 - The response stage is where the user is presented with the results. The stage can also be configured to send responses to users via email, text message, and/or connect to other agents with the resulting information.

During this stage the agent can also do things like go purchase something using its own internal crypto wallet. Creators will need to fund these wallets and account for this in the pricing of their Agents.

An interesting use case for this is a Crypto Buying Agent that buys a certain crypto token when an AI analysis condition occurs. The agent could do this on behalf of the user and then transfer the token(s) to the user. And the response stage could include an analysis report on profit made on behalf of the user. This agent could be paired with a Whale Watcher Agent that would look for buying opportunities and then submit them to the Buying Agent. We are committed to actively listening to user feedback and leveraging it to continually enhance the platform.

Last updated