DevHub RFP Agent is an Bitte AI Agent built to manage the NearDevHub contract from a LLM chat interface. Built using Next.js 14 + Elysia.
Tooling:
DevHub RFP Agent facilitates the development of AI-powered contract management. Build your own agent
https://rfp-agent-next.vercel.app/
-
Add RFP
POST
/api/addRfp
-
Add Proposal
POST
/api/addProposal
Checkout the full swagger here: https://rfp-agent-next.vercel.app/api/swagger
Make LLM requests to the endpoints above. Refer to the full API documentation for detailed parameter and response information.
Set NEAR_ENV="mainnet"
in your .env.local
file.
# install dependencies
pnpm i
# start the development server
pnpm dev:agent
# start the development server while running a dev agent
pnpm dev:agent
--
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.