Terminal AI Agents are for Loners, say less is the friendly voice AI Agent.
Let's be honest, this is probably your 50th AI Agent Repo you have read today. say less is not just any other agent, its a friendlier crypto agent. NO MORE BORING TERMINALS
Say Less is a voice AI Agent that allows user to find out about fellow crypto users, create wallets and deploy contracts all by the sound of their voice.
The AI Agent can also create wallet and deploy contracts.
For Wallets, it uses Circle's Developer Controlled Wallets to create a wallet and Faucet API to fund the wallet.
For smart contracts, its use the Curve Grid API to allow the user to select a contract to deploy and deploy it!
What Does it Solve? Probably the same thing as most other agents...but this one is more fun! say less allows for a more seamless experience with minimal distraction. Anyone can start using it to get important things done in crypto. It also seres as a launchpad for create more complex agents.
How Does it Work? say less uses the OpenAI Streaming API to provide a seamless voice agent. This isn't your "take turns" AI assistant. This is a continuous conversation with a voice assistant.
From there you can ask about users using only their ENS Names . These ENS Names are given to the Agent as a tool. The Agent then uses the 1inch API to get information about the user like their wallet portfolio, recent transactions, and other information.
Langchain Typescript Tools - for defining the different tools that the AI Agent can use
Open AI Streaming API (beta) - Allows for streaming and fluid conversation between user and agent.
Circle Developer Wallets - Allowing the agent to programmatically create wallets and fund them with the Circle Faucet App
Curvegrid API - Allowing the Agent to create and deploy smart contracts for the user.
ENS - For resolving ENS names to Wallet Address
1Inch API - Using the wallet address, the agent can get token and transfer history.