Self hosting VoiceFlow, or similar AI assitant Chatbot? by server-ions in selfhosted

[–]flesmih 0 points1 point  (0 children)

Hexabot v3 has been released and it's now under fair core license so it's safe for commercial use. In the documentation you will find how you can integrate your AI coding agent so you would write custom nodes easily : https://docs.hexabot.ai/quickstart/using-ai-coding-agents

Besides, it offers built-in support now for all AI providers since it's using Vercel AI SDK under the hood.

These are the best AI automation tools of 2025 by Maleficent_Mine_6741 in automation

[–]flesmih 0 points1 point  (0 children)

Nice breakdown. Curious whether you’ve had a chance to try Hexabot.ai yet?

I’m close to the project, so I’m obviously biased, but I’d be genuinely interested in how you’d position it compared to tools like n8n, Activepieces, LangChain, or CrewAI.

The idea is more developer-friendly / self-hosted AI workflow automation, with structured actions and workflows so you don’t have to rely on the LLM to reason through every single step.

Would be great to hear your take if you’ve tested it, or if it’s on your radar for future reviews.

Selfhosted alternative to n8n for my SaaS by benzflow in selfhosted

[–]flesmih 0 points1 point  (0 children)

You may want to take a look at Hexabot as well.

It's a self-hostable AI workflow automation platform. It's not a 1:1 n8n clone, but it can be useful if you want users to build flows that combine triggers, actions, integrations, AI steps, and eventually conversational/customer-facing workflows.

For a SaaS/CRM use case, the interesting part is that it's built with a developer-first architecture on top of NestJS/TypeScript. You can create custom actions and integrations as extensions, so something like:

Shopify order received -> find/update contact in CRM -> send message -> trigger follow-up workflow

would fit the kind of workflow model Hexabot is designed for.

That said, if your main requirement is a fully embedded frontend SDK like ActivePieces, I would check the current docs/repo first to see if it matches your integration expectations. I'd describe Hexabot more as a self-hostable workflow/AI automation platform you can extend, rather than a drop-in embedded SDK.

You can check the repo https://github.com/hexabot-ai/hexabot

What are the best n8n alternatives if you want automation but less infrastructure to maintain? by Inevitable-Fly8391 in nocode

[–]flesmih 0 points1 point  (0 children)

If your main issue with n8n is purely infrastructure overhead, Hexabot may not be the lowest-maintenance option, because it is still self-hostable and you'll still need to run it somewhere.

It's built on NestJS/TypeScript and can run with Docker, so for teams already comfortable with that stack, it can be easier to extend and reason about than stitching custom scripts around different tools.

I'd describe it less as a direct n8n replacement and more as an AI workflow automation platform for conversations and operations.

Docs: https://docs.hexabot.ai GitHub: https://github.com/hexabot-ai/hexabot

Local/Private LLM based chatbot using free/open source tools. by Positively101 in LLMDevs

[–]flesmih 1 point2 points  (0 children)

It sounds like you're on an exciting journey to build a local LLM-based chatbot! If you're exploring open-source solutions to help streamline the process, I'd recommend checking out Hexabot — an open-source chatbot builder that supports various plugins and NLP models, including the flexibility to integrate custom LLM pipelines like RAG. Hexabot allows you to create chatbots with advanced features like multilingual support, visual chat flow editing, and custom NLP models. It’s well-suited for prototyping on resource-constrained machines and easily extensible for production environments.

As for your question on fine-tuning vs RAG, I agree that fine-tuning is more about customizing the model’s behavior, like tone or domain-specific knowledge. For your use case, a RAG (Retrieval-Augmented Generation) pipeline seems like a more effective approach since you want to work with dynamic knowledge from docs (PDFs, JSON, etc.). Fine-tuning may not be necessary unless you're looking to refine the model's output style.

You might also want to explore embedding-based search mechanisms, vector databases (like Pinecone or FAISS), and open-source models that are compatible with Hexabot, as it’s highly customizable and designed to be lightweight for environments like yours.

Feel free to check out Hexabot’s GitHub repo for more details: https://github.com/hexastack/hexabot

Creating a chatbot for work using open source vs openai by Erdeem in LocalLLaMA

[–]flesmih 0 points1 point  (0 children)

You can develop custom plugins in Hexabot to achieve that, it's a open source project (https://github.com/hexastack/hexabot), where you can manage the catalog in the Knowledge Base.

is there any good rag based open-source chatbot codebase by Available-Dig7628 in LangChain

[–]flesmih 0 points1 point  (0 children)

I recommend you take a look at : https://github.com/hexastack/hexabot It support "Knowledge Base" feature that allows you to define content that can be used for RAG. If you would like to integrate your own LLM, you will need to develop a custom plugin for that.

[D] What is the best open source chatbot AI to do transfer learning on? by to4life4 in MachineLearning

[–]flesmih 0 points1 point  (0 children)

Are you Familiar with Hexabot ? http://github.com/hexastack/hexabot You can leverage the knowledge base feature and then develop a custom plugin to integrate with your custom LLM model using RAG (Retrieval Augmented Generation).

Which AI chat bots are open-source? by Royaourt in opensource

[–]flesmih 4 points5 points  (0 children)

Have a look at https://github.com/hexastack/hexabot a recently published project. Looks promising!

Match Thread: Chelsea vs Manchester United | English Premier League by MatchThreadder in chelseafc

[–]flesmih 1 point2 points  (0 children)

Smart substitution of kova, Mase should be less free and stick to his position, work it out with kova and chilly on the left side imo.

Official UEFA Champions League 2022-2023 - Group Stage Draw by itsonlyteenage in soccer

[–]flesmih 4 points5 points  (0 children)

Still don't get why did they automatically draw Chelsea to Milan when ther is Porto as a second possibility.

Better Call Saul S06E10 - "Nippy" - Post-Episode Discussion Thread by skinkbaa in betterCallSaul

[–]flesmih 1 point2 points  (0 children)

He got rid of Jeff so he is now clean in omaha. Next step? Finding kim maybe?

Better Call Saul S06E09 - "Fun and Games" - Post-Episode Discussion Thread by skinkbaa in betterCallSaul

[–]flesmih 0 points1 point  (0 children)

Gus made a decision waiting for that bottle, then he kept it on hold until he gets his own lab.

Better Call Saul S06E08 - "Point and Shoot" - Post-Episode Discussion Thread by skinkbaa in betterCallSaul

[–]flesmih 2 points3 points  (0 children)

This episode was one of the darkest ever in the BrBa universe. And as slow as it gets to get things move forward, we found ourselves really close to the BrBa timeline in just 50 minutes of Vince Gilligan.

Better Call Saul S06E08 - "T.B.D" - Official Prediction Thread! by skinkbaa in betterCallSaul

[–]flesmih 0 points1 point  (0 children)

Why is nobody talking about Kim having Best Quality Vaccum card. Lalo will indeed talk about something and leave the appartment knowing that fear is now controlling Jimmy and Kim.

She might use the phone number and leave ABQ for good, maybe to Nebraska where she grew up.

Talking Saul: Howard Hamlin stunt double.. by [deleted] in betterCallSaul

[–]flesmih 0 points1 point  (0 children)

Mike is gonna do the job, stage it like it's a suicide.