Results 1 to 2 of 2

Thread: ai4vb - Ai integration

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2015
    Posts
    1,294

    ai4vb - Ai integration

    This is a small project that shows how you can integrate the Claude or ChatGPT api into your programs.

    The main classes can be use in many ways. This example shows how to give the AI access to your programs data / API so it can automate your app and generate reports or do searches.

    We do this by adding our programs classes to the msscript control, and then giving the AI access to probe and query it. We have designed a way that the AI can automatically discover our API surface then access it dynamically with javascript.

    We use an auto generated dump of our class public prototypes to show whats available. There is a source code parser included to create these dumps by pointing it at the project file. If you wanted to keep some api private from the AI you could modify the parser to add function decorators as comments to omit them.

    There is a readme.md included and more discussion here: https://sandsprite.com/papers/Agenti...ect_Models.pdf

    You will need to generate your own API key for Claude and or Chatgpt to use this. Kinda fun.

    repo: https://github.com/dzzie/ai4vb

    edit:
    added optional async=false
    added image analysis example
    added database analysis example
    Attached Files Attached Files
    Last edited by dz32; May 17th, 2026 at 06:58 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width