Chorus
view release on metacpan or search on metacpan
agent/skills/chorus-feed.md view on Meta::CPAN
- [ ] If `PREMISES` present: consistent with the KB `Slot dictionary`
### Phase 5.5 â Generate Perl Helpers
For each agent whose KB contains a non-empty `Perl Helpers` section,
create `$SANDBOX/lib/<Namespace>/Agent/<Slug>/Helpers.pm`.
**Criteria for including a helper here:**
The code encodes knowledge extracted from the corpus:
- normative value tables (e.g. resistances by class NF EN 338)
- regulatory calculations (e.g. EC5 §6.3 formula)
- threshold or range from a standard article
**What is NOT a knowledge helper** (â stays in `chorus-check`):
- file parsing, database access, network calls
- orchestration logic (loops over agents, error handling)
#### Template `Helpers.pm`
```perl
package <Namespace>::Agent::<Slug>::Helpers;
( run in 1.790 second using v1.01-cache-2.11-cpan-c966e8aa7e8 )