Skip to content

[Feature]: #8339

@nhranitzky

Description

@nhranitzky

Problem or Use Case

Telegram group topics are highly useful for specialized tasks. Currently, one can only specify which skills are loaded. It would be beneficial to assign each topic its own personality and a model via configuration.

Proposed Solution

New options in the Telegram group topics configuration:

platforms:
  telegram:
    extra:
      group_topics:
      - chat_id: -1001234567890       # Supergroup ID
        topics:
        - name: Engineering
          thread_id: 5
          skill: software-development
          model: ...
          personality: technical
        - name: Research
          ...

Alternatives Considered

No response

Feature Type

Configuration option

Scope

None

Contribution

  • I'd like to implement this myself and submit a PR

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions