|
Open source AI integration classes for Claude and ChatGPT
The demo sets up an agentic loop where the AI can self discover the programs API and answer questions about the data it contains.
This is done by allowing the AI access to the COM object classes through a javascript engine. Interesting technique
With this design, you could allow your users to ask logical narrative questions about the data you are presenting them and have the AI figure it out on the fly.
I also wrote a paper on it
|