0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-12 05:37:26 +08:00
discourse/plugins/discourse-ai/lib/agents
Sam 8df8001340
FEATURE: Add delegated vision models (#42463)
Allow text-only LLMs to use a native vision model through a guarded
view_image tool. Add admin configuration, validation, diagnostics, and
usage tracking while preserving native image handling and preventing
invalid delegation chains.


<img width="1299" height="1579" alt="image"
src="https://github.com/user-attachments/assets/222f3f9b-81a1-4d53-b2c8-9d346e719334"
/>

<img width="620" height="289" alt="image"
src="https://github.com/user-attachments/assets/405529bc-0728-4f1d-b47d-7ff1dce4ee02"
/>
2026-08-11 08:37:13 +10:00
..
artifact_update_strategies DEV: Enable Style/RedundantBegin rubocop rule (#40096) 2026-05-19 18:44:54 +02:00
tool_runner FIX: Normalize multi-block LLM responses (#42459) 2026-08-10 14:40:58 +10:00
tools FEATURE: Add delegated vision models (#42463) 2026-08-11 08:37:13 +10:00
admin_dashboard_highlights.rb DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
agent.rb FEATURE: Add delegated vision models (#42463) 2026-08-11 08:37:13 +10:00
artist.rb
bot.rb FEATURE: Add delegated vision models (#42463) 2026-08-11 08:37:13 +10:00
bot_context.rb FEATURE: Add delegated vision models (#42463) 2026-08-11 08:37:13 +10:00
chat_thread_titler.rb
concept_deduplicator.rb
concept_finder.rb
concept_matcher.rb
content_creator.rb
creative.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
custom_prompt.rb
designer.rb
discourse_admin_assistant.rb FIX: Stop Admin Assistant chain at pending approval (#42320) 2026-08-04 20:01:03 -03:00
discourse_helper.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
discover.rb
emotion_classifier.rb FEATURE: Add agent-backed sentiment classification (#40136) 2026-05-26 10:32:54 -03:00
forum_researcher.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
general.rb FEATURE: add AI agent thinking effort (#41280) 2026-07-01 17:03:19 -03:00
github_helper.rb
image_captioner.rb FEATURE: Dedicated image caption AI feature and agent validations (#41729) 2026-07-16 11:29:39 +08:00
locale_detector.rb DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
markdown_table_generator.rb DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
post_illustrator.rb
post_raw_translator.rb FIX: Steer translation agents away from ASCII quotes in structured output (#42131) 2026-07-29 18:36:34 -03:00
proofreader.rb FIX: Don't change quoted content whe proofreading (#38934) 2026-03-27 15:15:25 -03:00
report_runner.rb
researcher.rb
sentiment_classifier.rb FEATURE: Add agent-backed sentiment classification (#40136) 2026-05-26 10:32:54 -03:00
settings_explorer.rb DEV: Add AI tool to read the value of a site setting (#41774) 2026-07-16 12:35:05 -04:00
short_summarizer.rb FEATURE: Add delegated vision models (#42463) 2026-08-11 08:37:13 +10:00
short_text_translator.rb FIX: Steer translation agents away from ASCII quotes in structured output (#42131) 2026-07-29 18:36:34 -03:00
smart_dates.rb
spam_detector.rb DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
sql_helper.rb DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
summarizer.rb DEV: Use a realistic few-shot example in the summarizer agent (#42445) 2026-08-07 15:41:42 -03:00
titles_generator.rb FIX: AI helper title suggestions erroring on partially streamed JSON arrays (#42442) 2026-08-07 14:40:18 -03:00
tool_runner.rb DEV: Enable Style/RedundantSelf rubocop rule (#40098) 2026-05-19 19:27:45 +02:00
topic_title_translator.rb FIX: Steer translation agents away from ASCII quotes in structured output (#42131) 2026-07-29 18:36:34 -03:00
translator.rb DEV: Remove hard-coded temperatures from built-in agents (#42441) 2026-08-07 13:48:29 -03:00
tutor.rb
user_finder.rb FEATURE: Add users tool for AI agents (#42302) 2026-08-07 17:55:41 +08:00
web_artifact_creator.rb