Code creation? #768
Replies: 4 comments 11 replies
-
Likely just the wrong tool for the job; hammer for a screw. |
Beta Was this translation helpful? Give feedback.
-
Agreed. We now have a hybrid report source which is able to take both a Document Path and Search Engine as input Meaning, it could start off looking through a code project & then search the web for recommendations for that same codebase Would be great to create a new multi -Agents flow for this type of use case: coding copilot. It should have the ability to spin up docker containers and test the code it recommends |
Beta Was this translation helpful? Give feedback.
-
I am using Autogen where you can easily include agents to write code as well as EXECUTE the code (in your local environment or in a docker container). It is a competitor to Langchain's agent framework. I would strongly suggest it for code execution |
Beta Was this translation helpful? Give feedback.
-
Welcome @pedrorocha-net, it's a fair point. Our core focus for the upcoming sprint is a demo app which will open up the platform to Non-Technical users. That being said: relative to the awesome power of the LLM, the existing AI coding tools:
Think about how much mental capacity is wasted on a weekly basis by developers looking up error stack traces & researching how to implement new features in complex codebases - especially in a microservices environment where 1 feature is often spread across 3 or more services. Within our own GPTR community we're considering a discord bot to help with our documentation & FAQ efforts. I opened up a PR for this leveraging some of Assaf's design patterns & helper functions from the multi_agents flow: If it can add value to our community, hopefully we'll get an ROI on it at least within the GPTR tribe of developers building the next-gen AI framework... with AI cc: @a-yuksel - feel free to ping me for a collab on this one |
Beta Was this translation helpful? Give feedback.
-
I wonder how this might work for code generation and what optimizations might be needed/helpful in that direction. Just as a test I ran GPT Researcher and asked for the infamous snake game. Should have asked for missile command; I'm tired of the snake game - on a short run and got this workable result:
Beta Was this translation helpful? Give feedback.
All reactions