Module: Agentd
- Defined in:
- lib/agentd.rb,
lib/agentd/cli.rb,
lib/agentd/agent.rb,
lib/agentd/error.rb,
lib/agentd/client.rb,
lib/agentd/config.rb,
lib/agentd/runner.rb,
lib/agentd/version.rb
Defined Under Namespace
Modules: CLIHelpers Classes: Agent, AgentCommands, AuthError, CLI, Client, Config, ContextCommands, Error, McpError, MemoryCommands, MessageCommands, NotFoundError, ReactionCommands, Runner, TaskCommands, ValidationError
Constant Summary collapse
- VERSION =
"0.3.0"
Class Attribute Summary collapse
Class Method Summary collapse
-
.agent ⇒ Object
Convenience: Agentd.agent acts as the default agent client.
- .config ⇒ Object
- .configure {|_self| ... } ⇒ Object
Class Attribute Details
.api_key ⇒ Object
22 23 24 |
# File 'lib/agentd.rb', line 22 def api_key @api_key || config.api_key || ENV["AGENTD_API_KEY"] end |
.endpoint ⇒ Object
18 19 20 |
# File 'lib/agentd.rb', line 18 def endpoint @endpoint || config.endpoint || "https://agentd.link" end |