@ponythewhite/base-context-tui 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/NOTICE +0 -5
- package/README.md +1 -1
- package/dist/NOTICE +0 -5
- package/dist/build-info.json +1 -1
- package/package.json +1 -1
package/NOTICE
CHANGED
|
@@ -14,9 +14,4 @@ this fork is not an official Prime Intellect release.
|
|
|
14
14
|
Prime Agent builds on Mario Zechner's Pi project:
|
|
15
15
|
https://github.com/badlogic/pi-mono
|
|
16
16
|
|
|
17
|
-
We also credit Prime Intellect's PrimeRL authors for their open-source
|
|
18
|
-
reinforcement-learning work: https://github.com/PrimeIntellect-ai/prime-rl
|
|
19
|
-
This acknowledgement does not imply that PrimeRL is a runtime dependency
|
|
20
|
-
or that upstream authors endorse this fork.
|
|
21
|
-
|
|
22
17
|
Third-party dependencies retain their own licenses and notices.
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Terminal UI primitives with differential rendering.
|
|
4
4
|
|
|
5
|
-
Part of **[Synerise base-context](https://github.com/BaseModelAI/base-context)**.
|
|
5
|
+
Part of **[Synerise base-context](https://github.com/BaseModelAI/base-context)**. MIT; see [LICENSE](LICENSE) and [NOTICE](NOTICE).
|
|
6
6
|
|
|
7
7
|
Minimal terminal UI framework with differential rendering and synchronized output for flicker-free interactive CLI applications.
|
|
8
8
|
|
package/dist/NOTICE
CHANGED
|
@@ -14,9 +14,4 @@ this fork is not an official Prime Intellect release.
|
|
|
14
14
|
Prime Agent builds on Mario Zechner's Pi project:
|
|
15
15
|
https://github.com/badlogic/pi-mono
|
|
16
16
|
|
|
17
|
-
We also credit Prime Intellect's PrimeRL authors for their open-source
|
|
18
|
-
reinforcement-learning work: https://github.com/PrimeIntellect-ai/prime-rl
|
|
19
|
-
This acknowledgement does not imply that PrimeRL is a runtime dependency
|
|
20
|
-
or that upstream authors endorse this fork.
|
|
21
|
-
|
|
22
17
|
Third-party dependencies retain their own licenses and notices.
|
package/dist/build-info.json
CHANGED