Our summary
An AI assistant often repeats a cycle: inspect information, ask a model, and perhaps use a tool. effect-uai provides building blocks for that cycle rather than choosing the whole design. It uses Effect, a programming toolkit that makes failures and outside dependencies explicit.
The application keeps track of what has happened and decides which model or tool to call next. Its Jev connection supplies choices, ratings, and yes-or-no estimates. Other connections can write text, without pretending that a written reply and a focused decision are the same thing.
The project is experimental and warns that even smaller releases may break existing code. Building the loop leaves important work to its developers: limit repeated attempts, handle failed services, restrict tool permissions, and choose a stopping rule. This is not a ready-made assistant.
Key takeaways
- Use Jev for a decision step, not as a writing model.
- The application remains responsible for the order of actions.
- Expect changes and test failure paths while the library is experimental.