Hi everyone (and Erel),
I am opening this thread per Erel's suggestion to discuss a resource that could be valuable for the community, specifically for those of us building AI coding agents or offline tooling.
The Project: I am currently developing a local, offline AI coding agent (running on NVIDIA Jetson hardware) specialized for B4X. To make the AI effective, it needs to ingest the API signatures (Public Subs, Properties, Events) of the community libraries so it can write accurate code without hallucinating methods that don't exist.
The Problem: While the libraries_mapping.json (from the B4X_Forum_Resources repo) is an excellent map of what libraries exist, the actual API definitions are locked inside the .b4xlib (Source) and .jar/.xml files scattered across thousands of forum threads.
To build a comprehensive index, I need to parse the actual library files. However, automatically downloading 700+ attachments from the forum is not a viable option, as it would likely trigger CloudFlare protections and put unnecessary load on the server.
The Request: Is there a centralized archive or a "Master ZIP" of the standard community libraries available for download?
Alternatively, could the AnywhereSoftware/B4X_Forum_Resources GitHub repository be updated to include the actual .b4xlib and .xml files (rather than just the forum metadata)?
Having a single source to download the current ecosystem would allow me (and others) to build powerful, context-aware AI tools for B4X completely offline, without risking IP bans or degrading forum performance.
Thank you for considering this!
I am opening this thread per Erel's suggestion to discuss a resource that could be valuable for the community, specifically for those of us building AI coding agents or offline tooling.
The Project: I am currently developing a local, offline AI coding agent (running on NVIDIA Jetson hardware) specialized for B4X. To make the AI effective, it needs to ingest the API signatures (Public Subs, Properties, Events) of the community libraries so it can write accurate code without hallucinating methods that don't exist.
The Problem: While the libraries_mapping.json (from the B4X_Forum_Resources repo) is an excellent map of what libraries exist, the actual API definitions are locked inside the .b4xlib (Source) and .jar/.xml files scattered across thousands of forum threads.
To build a comprehensive index, I need to parse the actual library files. However, automatically downloading 700+ attachments from the forum is not a viable option, as it would likely trigger CloudFlare protections and put unnecessary load on the server.
The Request: Is there a centralized archive or a "Master ZIP" of the standard community libraries available for download?
Alternatively, could the AnywhereSoftware/B4X_Forum_Resources GitHub repository be updated to include the actual .b4xlib and .xml files (rather than just the forum metadata)?
Having a single source to download the current ecosystem would allow me (and others) to build powerful, context-aware AI tools for B4X completely offline, without risking IP bans or degrading forum performance.
Thank you for considering this!