Skip to content

Conversation

@Fosol
Copy link
Collaborator

@Fosol Fosol commented Dec 30, 2025

The majority of this work comes from Alessia.

This new Auto Clipper Service performs a transcription and then analyzes the transcription to determine how many separate stories are in it. It will then automatically generate new content items for each story.

For each story it will include any configured tags to help identify them in the search.
A configuration file will need to be created for each source to get better AI results.

Summary

  • Created new Auto Clipper
  • Updated API
  • Updated Editor
  • Published tno-core:1.0.30
  • Updated DevOps pipeline

There is a new Clip button on the Editor Content Form page to start this process.

image

@Fosol Fosol self-assigned this Dec 30, 2025
@Fosol Fosol added enhancement New feature or request devops DevOps templates, documentation, configuration, tools. tno-core update Indicates that there have been changes to our tno-core package, which can pose concurrency issues. editor labels Dec 30, 2025
@Fosol Fosol marked this pull request as ready for review January 6, 2026 18:31
@Fosol Fosol force-pushed the MMI-3389 branch 4 times, most recently from a48ea4e to f387840 Compare January 16, 2026 16:51
Add DevOps configs
Publish tno-core:1.0.30
<PackageReference Include="SSH.NET" Version="2024.2.0" />

<!-- Force latest to remove warnings -->
<PackageReference Include="System.Formats.Asn1" Version="10.0.1" />
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix build warnings

"(?i)coming up": Promo
llm_segmentation: true
llm_model: gpt-5.1-chat
llm_temperature: 1
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've moved temperature here because it's model specific

AUTOCLIP_HARNESS_BATCH_TIMEOUT_MINUTES=45
AUTOCLIP_HARNESS_LLM_URL=https://your-resource.openai.azure.com
AUTOCLIP_HARNESS_LLM_KEY=
AUTOCLIP_HARNESS_LLM_DEPLOYMENT=
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This probably needs to be updated.

@Fosol Fosol merged commit e419515 into bcgov:dev Jan 16, 2026
3 checks passed
@Fosol Fosol deleted the MMI-3389 branch January 16, 2026 18:32
Fosol added a commit to Fosol/tno that referenced this pull request Jan 16, 2026
Add DevOps configs
Publish tno-core:1.0.30

Co-authored-by: AlessiaYChen <alessia.yanchen@gov.bc.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

devops DevOps templates, documentation, configuration, tools. editor enhancement New feature or request tno-core update Indicates that there have been changes to our tno-core package, which can pose concurrency issues.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants