Skip to content

82-add-agentlib-flexquant-to-readme#84

Open
lwaer wants to merge 1 commit intomainfrom
82-add-agentlib-flexquant-to-available-add-ins-in-readme
Open

82-add-agentlib-flexquant-to-readme#84
lwaer wants to merge 1 commit intomainfrom
82-add-agentlib-flexquant-to-available-add-ins-in-readme

Conversation

@lwaer
Copy link
Contributor

@lwaer lwaer commented Jan 13, 2026

Pull Request

Description

Type of Change

  • Bug fix (non-breaking change fixing an issue)
  • New feature (non-breaking change adding functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (code change that neither fixes a bug nor adds a feature)
  • Documentation update

Required Checklist

Testing

  • Unit tests have been created/updated for new/modified functionality
  • CI/CD pipeline passes all tests (pytest, pylint, coverage)

Examples

  • Add examples for new features and functionality

Compatibility

  • Changes are backward compatible OR deprecation warnings added
  • No breaking changes to public APIs (Agent, BaseModule, DataBroker, Environment, Model, AgentVariable)
  • New dependencies added to pyproject.toml (required in dependencies or optional in [project.optional-dependencies])

OPTIONAL: Release Information

  • Version number updated in agentlib/__init__.py (Required for PyPI release)
    • Version: ___.___.___
  • CHANGELOG.md updated with description of changes (Required for PyPI release)

Documentation

  • Docstrings added/updated for new/modified public methods (Google style)
  • Type hints added for new functions/methods

Breaking Changes

Optional

GitHub Copilot Review

  • Request Copilot review via GitHub UI (add 'copilot' as a reviewer)

Note: PRs will not be merged without completed required checklist items and passing CI/CD pipeline.

@lwaer lwaer requested a review from FelixStege January 13, 2026 10:30
@lwaer lwaer self-assigned this Jan 13, 2026
@lwaer lwaer added documentation Improvements or additions to documentation question Further information is requested labels Jan 13, 2026
@lwaer lwaer linked an issue Jan 13, 2026 that may be closed by this pull request
Copy link
Contributor

@FelixStege FelixStege left a comment

Choose a reason for hiding this comment

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

Thanks! Just a minor change needed.

AgentLib supports extension, especially in the form of additional modules through plugins.
Official Plugins available are:
- **[AgentLib_MPC](https://github.com/RWTH-EBC/AgentLib-MPC)**: Provides modules for model predictive control.
- **[AgentLib_FlexQuant](https://github.com/RWTH-EBC/AgentLib-FlexQuant)**: Provides a flexibility quantification framework for energy systems based on AgentLib_MPC.
Copy link
Contributor

Choose a reason for hiding this comment

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

Change AgentLib_MPC to AgentLib-MPC

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation question Further information is requested

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add AgentLib FlexQuant to available add-ins in README

3 participants