Avleon Ai
LLM intregation to avleon app
Warning: Avleon does not ship an AI integration yet. There is no
@avleon/coreAPI for LLM providers at this time — this page is a placeholder for planned work.
In the meantime you can call any provider's SDK directly from a service, the same as any other outbound HTTP dependency:
services/summary.service.ts
Long-running generations are a good fit for a queue, so the request does not block on the model, and events can notify clients over websockets when a result is ready.