issues Search Results · repo:activeagents/activeagent language:Ruby
Filter by
125 results
(61 ms)125 results
inactiveagents/activeagent (press backspace or delete to remove)class ApplicationAgent ActiveAgent::Base
generate_with :openai, instructions: You are an agent
end
class SubAgent ApplicationAgent
def create_procedure_instructions
prompt
end
end
bug
TonsOfFun
- Opened 5 days ago
- #239
def merge_options(prompt_options)
config_options = generation_provider .config || {}
agent_options = (self.class.options || {}).deep_dup # Defensive copy to prevent mutation
...
TonsOfFun
- Opened 5 days ago
- #238
I ve been following the docs to create an Agent that connect to a custom MCP like this:
class OnsiteAuditAgent ApplicationAgent
generate_with :openai, model: gpt-5 , temperature: 1
def audit_site ...
moviendome
- 1
- Opened 15 days ago
- #236
Currently, generation_provider can only be configured for the entire Agent class, which makes it impossible to use
different provider credentials depending on the context (e.g. the user who initiated the ...
viralpraxis
- 1
- Opened 16 days ago
- #235
TonsOfFun
- Opened 19 days ago
- #234
I m currently in the process of auditing my various Redis stores and noticed that ActiveAgents has some keys in my
cache; I was surprised by this, but see it hook here:
https://github.com/activeagents/activeagent/blob/main/lib/active_agent/railtie.rb#L32 ...
sirwolfgang
- 1
- Opened 19 days ago
- #233
killers10
- Opened 26 days ago
- #231
🚀 Core Providers
| Feature | Description | Status | Notes / Dependencies |
| --- | --- | --- | --- |
| TransformerProvider | Support for transformer-based models (e.g. HuggingFace, OpenAI, etc.) | Pending ...
enhancement
help wanted
TonsOfFun
- 3
- Opened 27 days ago
- #229
Sometimes when hitting OpenRouter we are getting some temporary cloudflare errors. Not sure if retrying the requests is
within the scope of ActiveAgents, likely depending on the generate now vs later behavior; ...
sirwolfgang
- Opened 29 days ago
- #228
Open ai responses API error when using function tool In this function:
`def responses_response(response, request_params = nil) message_json = response[ output ].find { |output_item|
output_item[ type ...
nicolangr
- Opened 29 days ago
- #227

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.