Hello , ,
I am looking to integrate a prompt framework for my Agent [Function Calling Agent Worker]. It would be great if you could suggest a suitable option.
I have started working with Promptify but encountered version compatibility issues between LlamaIndex [0.10.27] and Promptify [2.0.23].
Specifically:
- LlamaIndex core requires openai>=1.1.0, while Promptify supports 0.27.0.
- LlamaIndex core requires 4.66.1 <= tqdm <= 5.0.0, but Promptify supports 4.65.0.
Our agent code is ready, but I need a robust prompt library or framework to integrate with LlamaIndex. Your suggestions would be greatly appreciated.