Inspiration
while working for different no-code hackathons, there were many sponsored apis and sdk like eleven labs , tavus etc , since they are still in development, most llms don't know how to integrate them since most of them don't have access to web and docs, so they just write code without referring to docs leading to more iteration, more credit wastage
What it does
Api forge is a multiagent code generation tool which uses multiple AI agents and google search to fetch latest docs, orchestrate agent to generate code in one go allowing easy integration of APIs and SDKs
How we built it
We have used google's agent development kit which allows for easy agent creation, orchestration, and leveraging tools like google search and LLMs like gemini
Challenges we ran into
since the framework is relatively newer than langchain , and other frameworks it was quite difficult to tackle errors and bugs we ran into, though the docs are very clear and was very helpful
Accomplishments that we're proud of
Created my first multiagent system
What we learned
session management, prompt engineering for agents, orchestration pipelines
What's next for Api Forge
Will next create a VS Code extension to provide with better context for code generation
Log in or sign up for Devpost to join the conversation.