Module: Regent
- Defined in:
- lib/regent.rb,
lib/regent/llm.rb,
lib/regent/span.rb,
lib/regent/tool.rb,
lib/regent/agent.rb,
lib/regent/logger.rb,
lib/regent/session.rb,
lib/regent/version.rb,
lib/regent/llm/base.rb,
lib/regent/toolchain.rb,
lib/regent/llm/gemini.rb,
lib/regent/llm/ollama.rb,
lib/regent/engine/base.rb,
lib/regent/llm/open_ai.rb,
lib/regent/engine/react.rb,
lib/regent/llm/anthropic.rb,
lib/regent/llm/open_router.rb,
lib/regent/concerns/toolable.rb,
lib/regent/concerns/dependable.rb,
lib/regent/concerns/durationable.rb,
lib/regent/concerns/identifiable.rb,
lib/regent/engine/react/prompt_template.rb
Defined Under Namespace
Modules: Concerns, Engine Classes: Agent, Error, LLM, Logger, Session, Span, Tool, ToolError, Toolchain
Constant Summary collapse
- VERSION =
"0.3.4"