- Functional user-facing API to create agents and generate responses
- Type-checked and validated backend with support for Ollama, OpenAI-compatible, and Anthropic-compatible API endpoints
- Support for structured output, tool calling, agent memory
install.packages("rtemis.llm")
or
pak::pak("rtemis.llm")
install.packages("rtemis.llm", repos = "https://rtemis-org.r-universe.dev")
or
pak::repo_add(myuniverse = "https://rtemis-org.r-universe.dev")
pak::pak("rtemis.llm")
pak::pak("rtemis-org/llm")