BIM LLM Code Agent banner
mac999 mac999

BIM LLM Code Agent

AI community

Description

BIM LLM Code Agent with Vector and Graph RAG

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

BIM LLM Code Agent

This is BIM (Building Information Modeling) LLM Code Agent for the purpose of checking LLM Agent Performance as the viewpoint of complicated model like IFC and publishing paper. It is an open-source project that combines Building Information Modeling (BIM) with large language models (LLMs) to handle queries and automate tasks involving BIM files, IFC files. This tool streamlines reasoning, code generation, and analysis for BIM professionals, making it easier to interact with complex IFC BIM. This project is not perfect. In reference, It depends on various parameters like LLM type etc. Sometimes, it has hallucinations and sometimes it generates incomplete code. About these problem, it can be solved using [LLM Function Calls for AI Agents](https://github.com/mac999/AI_agent_simple_function_call) with LLM fine-tuning, SQL RAG, [Graph RAG with Neo4j](https://github.com/mac999/BIM_graph_agent). If you wan to contribute this project, please pork and PR. This requires more formal RAG handling and LLM usage.

If you're interested in **Graph RAG database-based BIM agent** development, refer to [Graph RAG with Neo4j](https://github.com/mac999/BIM_graph_agent).


If you're interested in **BIM data quality checker** development, refer to [here]