A generative agent integration based on langchain and langgraph

The home-generative-agent project uses LangChain and LangGraph to create a generative AI agent that interacts with and automates tasks within a HA smart home environment. The agent understands your home’s context, learns your preferences, and interacts with you and your home to accomplish activities you find valuable. Key features include creating automations, analyzing images, and managing home states using various LLMs (Large Language Models). The architecture involves both cloud-based and edge-based models for optimal performance and cost-effectiveness. Installation instructions, configuration details, and information on the project’s architecture and the different models used are included. The project is open-source and welcomes contributions.

1 Like

hi i like your project very much.
i installed in hass. when i go to Integrations
installing Home Generative Agent got this error Config flow could not be loaded: {“message”:“Invalid handler specified”}
please help me have a nice day

Hi, I would love to test it but got stuck on pgvector install hahaha
Need docker?
How to suppose do this installation?

Nice project! Unfortunetly i have some problems setting this up, see here:

Any ideas?

Best regards,
Chris

I also received the same error as you. Anyone can help me.

Hello,

There seems to be a couple issues being reported here, one related to missing requirements in the manifest and the other running with docker or HAOS.

I updated the manifest.json some time ago. This should solve the former.

I have not tested this project with docker or HAOS, only with HA Core in a manual environment under Raspberry PI OS.

Happy to elaborate or help more if I can.

Hello, what problem did you find installing pgvector? I have not tested this project under docker, only with HA Core.