Bug 298003 - [new port] misc/py-prime-agent-runtime: Kernel-side runtime shim for Prime Agent (rlm module)
Summary: [new port] misc/py-prime-agent-runtime: Kernel-side runtime shim for Prime Ag...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on: 297523
Blocks: 298004
  Show dependency treegraph
 
Reported: 2026-08-27 20:24 UTC by Pedro Ramos
Modified: 2026-09-02 17:18 UTC (History)
0 users

See Also:


Attachments
[NEW PORT] misc/py-prime-agent-runtime (4.99 KB, patch)
2026-08-27 20:24 UTC, Pedro Ramos
no flags Details | Diff
[NEW PORT] misc/py-prime-agent-runtime: update to prime-agent v0.9.1 (4.33 KB, patch)
2026-09-02 17:18 UTC, Pedro Ramos
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pedro Ramos 2026-08-27 20:24:13 UTC
Created attachment 274192 [details]
[NEW PORT] misc/py-prime-agent-runtime

New port: misc/py-prime-agent-runtime

Kernel-side runtime shim for the RLM coding agent.

Depends on devel/py-tyro (see Bug 297523).

Uses USE_PYTHON=autoplist (no manual pkg-plist).

Tested with `make install`, `make deinstall`, `portlint -AC`, and `make check-plist`
on FreeBSD 15.1-STABLE amd64. Not yet tested with poudriere/testport.
Comment 1 Pedro Ramos 2026-09-02 17:18:14 UTC
Created attachment 274361 [details]
[NEW PORT] misc/py-prime-agent-runtime: update to prime-agent v0.9.1

Updated patch for `misc/py-prime-agent-runtime`.

Changes:

* Update `PRIME_VERSION` from 0.8.1 to 0.9.1.
* Update `RUN_DEPENDS`: remove `ipykernel` and `nest-asyncio2`; add `dill`.
* Remove obsolete `patch-pyproject.toml`.
* Update `pkg-descr`.

`DISTVERSION` remains at 0.1.0, as the upstream `prime-agent-runtime` package remains at version 0.1.0 in Prime Agent 0.9.1.

The port was re-tested on FreeBSD 15.1-STABLE amd64 with `make install`, `make deinstall`, `portlint -AC`.