Show HN: Open-source platform to build internal AI agents

airstrip.pro

5 points by hchua 3 days ago

Hi everyone, Airstrip is an open-source platform for users to build internal AI agents. We've made some major changes since our last release.

- Improved chat experience with a memory layer: For this, we are using Mem0. This can be configured when creating the agent.

- Notion-style editing to configure agent: A sleeker UI and a familiar editing experience for our users.

- Encrypted API keys and only decrypted at the point of usage. We are using Infisical to store our encryption keys, ensuring greater security.

- Add knowledge bases to chat assistants. We are using Unstructured to handle the parsing of various document types and chunking for greater context. This is much better than our v1 where users need to add all content in the prompt.

Our goal is to build an open-source enterprise-grade AI platform that combines the best-in-class LLM tools (preferably open-source too) for users to build AI agents easily.

Thank you!

pantulis 19 hours ago

At the first glance, it looks like Airstrip is a platform to build your own prompt based tools without writing additional code with a simple and nice organizational control plane. It also seems the case with RAG.

But, say I have a more sophisticated solution, like a Langchain based agentic solution that happens to have a chat-like interface. How could I integrate that solution into Airstrip?