EdgeChains
Basic Information
EdgeChains is an open source framework for building and orchestrating generative AI applications with declarative prompt and chain configuration. The project focuses on keeping prompt and chain logic outside of application code using jsonnet, enabling versioning, diffing and easier testing. It provides a Java-first runtime distributed as a single edgechain.jar artifact so developers can run example chains with minimal setup. EdgeChains targets orchestration challenges in Generative AI such as prompt explosion, prompt drift, token cost measurement and parallel execution of chain-of-thought tasks. The README emphasizes fault tolerance, automatic parallelism across available hardware via the JVM, and the ability to store or load prompts from external locations for production testing and iteration.