Skip to content

Commit 3e96b90

Browse files
authored
[#72] New Minor version. (#74)
Release v1.1.0
1 parent 9294da9 commit 3e96b90

27 files changed

+3511
-245
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ go get oss.nandlabs.io/golly
2121

2222
## Core Packages
2323

24+
- [assertion](assertion/README.md)
25+
- Unified interface for asserting conditions
26+
- Supports various assertion functions for different types of conditions
2427
- [clients](clients/README.md)
2528
- A common package for all types of client
2629
- Checkout clients that leverage this package.
@@ -34,6 +37,14 @@ go get oss.nandlabs.io/golly
3437
- Multiformat support
3538
- Unifed interface for Endcoding and Decoding data from structured format
3639
- Out of the box support for `XML` `JSON` & `YAML`
40+
- [collections](collections/README.md)
41+
- A collection of generic data structures
42+
- Stack, Queue, List,LinkedList, Set
43+
- Synchronized versions of the above
44+
- [genai](genai/README.md)
45+
- Interact with generative AI models
46+
- Manage sessions, exchanges, and models
47+
- Handle memory and templates
3748
- [l3](l3/README.md)
3849
- Lightweight Levelled Logger
3950
- Multiple logging levels `OFF,ERROR,INFO,DEBUG,TRACE`

0 commit comments

Comments
 (0)