You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is very interesting, with the new reasoning and planning capacities of recent LLMs, it makes a lot of sense to give ability to agent to interact with a codebase. I would be really interested to initiate a conversation on how you would love to interact with these agents with flows frameworks like aiflows, langchain or langgraph.
The python-SDK is already available in v2.0.1. However, I'm planning on consolidating the code2prompt engine in order to provide a seamless integration with CLI and python-SDK.
Would you prefer to use it as a LLM tool ? or more in a scaffolding fashion ?
Hi there!
Is there a plan to allow users to use code2prompt via SDK (in python/javascript)?
I have a LangGraph agent in Python, and I'd love to use code2prompt and feed the output into that agent.
The text was updated successfully, but these errors were encountered: