Show HN: Axilla – Open-source TypeScript framework for LLM apps

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • ax

    Discontinued The TypeScript framework for AI development [Moved to: https://github.com/axflow/axflow] (by axilla-io)

  • original-demo-ui

    Demo UI for the axgen library

  • Hi HN, we are Nick and Ben, creators of Axilla.

    Axilla is an open source TypeScript framework to develop LLM applications.

    It’s in the early stages but you can use it today: we’ve already published 2 modules and have more coming soon!

    Ben and I met while working at Cruise on the ML platform for self-driving cars. We spent many years there and learned the hard way that shipping AI is not quite the same as shipping regular code. There are many parts of the ML lifecycle, e.g., mining, processing, and labeling data and training, evaluating, and deploying models. Although none of them are rocket science, most of the inefficiencies tend to come from integrating them together. At Cruise, we built an integrated framework that accelerated the speed of shipping models to the car by 80%.

    With the explosion of generative AI, we are seeing software teams building applications and features with the same inefficiencies we experienced at Cruise.

    This got us excited about building an opinionated, end-to-end platform. We started building in Python but quickly noticed that most of the teams we talked to weren’t using Python, but instead building in TypeScript. This is because most teams are not training their own models, but rather using foundational ones served by third parties over HTTP, like openAI, anthropic or even OSS ones from hugging face.

    Because of this, we’ve decided to build Axilla as a TypeScript first library.

    Our goal is to build a modular framework that can be adopted incrementally yet benefits from full integration. For example, the production responses coming from the LLM should be able to be sent — with all necessary metadata — to the eval module or the labeling tooling.

    So far, we’ve shipped 2 modules, that are available to use today on npm:

    * *axgen*: focused on RAG type workflows. Useful if you want to ingest data, get the embeddings, store it in a vector store and then do similarity search retrieval. It’s how you give LLMs memory or more context about private data sources.

    * *axeval*: a lightweight evaluation library, that feels like jest (so, like unit tests). In our experience, evaluation should be really easy to setup, to encourage continuous quality monitoring, and slowly build ground truth datasets of edge cases that can be used for regression testing, and fine-tuning.

    We are working on a serving module and a data processing one next and would love to hear what functionality you need us to prioritize!

    We built an open-source demo UI for you to discover the framework more: https://github.com/axilla-io/demo-ui

    And here's a video of Nicholas walking through the UI that gives an idea of what axgen can do: https://www.loom.com/share/458f9b6679b740f0a5c78a33fffee3dc

    We’d love to hear your feedback on the framework, you can let us know here, create an issue on the GitHub repo or send me an email at [email protected]

    And of course, contributions welcome!

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • agent-protocol

    Common interface for interacting with AI agents. The protocol is tech stack agnostic - you can use it with any framework for building agents.

  • Hey Nick and Ben, congrats to launch! I really like that you're going in the TS way by default. I personally think there will me more AI Engineers (devs building LLM apps/agents) working in TS than in Python.

    I wanted to ask if you accept PRs for integrations?

    I'm a co-founder of E2B [0]. We give private sandboxed cloud envs to any agents. We're building two things:

    - [1] Agent Protocol - it's an open protocol that defines how to communicate with an agent. The current goal is to make benchmarking agents simple (it's used for example by folks at AutoGPT and other popular agents)

    - [2] SDK that gives your agent a cloud environment (currently in early access)

    Would love to figure out how to integrate these to into Axilla if it makes sense to you. What would be the best way to connect?

    [0] https://e2b.dev/

    [1] https://github.com/e2b-dev/agent-protocol

    [2] https://github.com/e2b-dev/rest-api

  • E2B

    Cloud Runtime for AI Agents

  • Hey Nick and Ben, congrats to launch! I really like that you're going in the TS way by default. I personally think there will me more AI Engineers (devs building LLM apps/agents) working in TS than in Python.

    I wanted to ask if you accept PRs for integrations?

    I'm a co-founder of E2B [0]. We give private sandboxed cloud envs to any agents. We're building two things:

    - [1] Agent Protocol - it's an open protocol that defines how to communicate with an agent. The current goal is to make benchmarking agents simple (it's used for example by folks at AutoGPT and other popular agents)

    - [2] SDK that gives your agent a cloud environment (currently in early access)

    Would love to figure out how to integrate these to into Axilla if it makes sense to you. What would be the best way to connect?

    [0] https://e2b.dev/

    [1] https://github.com/e2b-dev/agent-protocol

    [2] https://github.com/e2b-dev/rest-api

  • rest-api

    Discontinued API for managing e2b agent environments (by e2b-dev)

  • Hey Nick and Ben, congrats to launch! I really like that you're going in the TS way by default. I personally think there will me more AI Engineers (devs building LLM apps/agents) working in TS than in Python.

    I wanted to ask if you accept PRs for integrations?

    I'm a co-founder of E2B [0]. We give private sandboxed cloud envs to any agents. We're building two things:

    - [1] Agent Protocol - it's an open protocol that defines how to communicate with an agent. The current goal is to make benchmarking agents simple (it's used for example by folks at AutoGPT and other popular agents)

    - [2] SDK that gives your agent a cloud environment (currently in early access)

    Would love to figure out how to integrate these to into Axilla if it makes sense to you. What would be the best way to connect?

    [0] https://e2b.dev/

    [1] https://github.com/e2b-dev/agent-protocol

    [2] https://github.com/e2b-dev/rest-api

  • chatgpt-plugin

    Discontinued Powered by AI Playgrounds by E2B. Code interpreter on steroids for ChatGPT. Run any language, any terminal process, use filesystem freely. All with access to the internet. [Moved to: https://github.com/e2b-dev/llm-code-interpreter]

  • We built for example our ChatGPT plugin with it https://github.com/e2b-dev/chatgpt-plugin

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts