Create trapi-2-nlp-answer-agent that takes TRAPI API Output JSON as input, calls the LLM and generates the response.
Steps involved
- Introduce agent concept, initial prompts, scaffolding
- Test, fine tune scaffolding by running locally
- Test using CURL/ FASTAPI
- Integrate with Monarch agent, test
- Integrate in end-to-end workflow from NLP query by user to NLP output to USER
Create trapi-2-nlp-answer-agent that takes TRAPI API Output JSON as input, calls the LLM and generates the response.
Steps involved