DEV Community

JC-Sacramento
JC-Sacramento

Posted on

AI automation with C++ and Python

Hello, Happy New Year! I wanted to post my AI-automation tool JarvisAgent.

You can find it here on Github JarvisAgent.

It is a console app with an ncurses UI, but it also has a built-in web server and can show a dashboard.

It has Python built in and can issue AI requests in parallel. The project comes with a workflow spec that you can give AI plus your prompt to have AI create a workflow, which can then be executed JarvisAgent by AI, Python, C++, or shell executors.

Here is an example to branch on AI answers: https://github.com/beaumanvienna/JarvisAgent/blob/main/example/workflows/aiCarMaintenancePipeline.md

Here are prompt-engineered flowcharts that get merged into a single doc and PDFed: vehicleTroubleshootingGuide.md

In the same folder are some more workflows if you are interested.
Please like the Github page, if you like to contribute I would be interested in collaboration, or if you like to even use it, I would love to understand your use cases and add new features. If you have any questions or feedback, please by all means let me know!

Cheers!
-JC-
P.S.: I also do game engine programming, but this is a story for a different time: https://github.com/beaumanvienna/vulkan

Top comments (0)