Skip to content

rtemis-org/llm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

375 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRAN status rtemis.llm status badge R CI R-Docs

rtemis llm

  • 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

R package installation

CRAN

install.packages("rtemis.llm")

or

pak::pak("rtemis.llm")

R-universe

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")

GitHub

pak::pak("rtemis-org/llm")

About

rtemis LLM & Agentic AI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors