Frontmatter
| id | 7974 |
| title | Refactor Loop.mjs configs to be reactive |
| state | Closed |
| labels | airefactoring |
| assignees | tobiu |
| createdAt | Dec 1, 2025, 6:40 PM |
| updatedAt | Dec 1, 2025, 6:41 PM |
| githubUrl | https://github.com/neomjs/neo/issues/7974 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Dec 1, 2025, 6:41 PM |
Refactor
assemblerandproviderconfigs inNeo.ai.agent.Loopto be reactive (assembler_,provider_). This allows for dynamic updates and better integration with theClassSystemUtilfor flexible instantiation (supporting config objects, classes, or instances).Also update JSDoc to reflect that
Objectis a valid type for these configs.