Open Issues Need Help
View All on GitHub Feature Request: Create llms.txt for AI Discovery 6 months ago
documentation enhancement help wanted good first issue
Feature Request: Enhanced getByTag Functionality 6 months ago
AI Summary: The `getByTag` method is currently inefficient for tags with many associated keys, leading to high memory usage and slow responses. The issue proposes enhancing it with pagination (limit/offset) for fetching data in chunks and exploring server-side filtering capabilities to improve performance, scalability, and flexibility.
Complexity:
3/5
enhancement help wanted good first issue
Feature Request: Add method to list all tags 6 months ago
AI Summary: The library currently lacks a method to list all unique tags in use, which limits discoverability and dynamic operations. The proposed solution is to add an `async getAllTags(): Promise<string[]>` method to the `TaggedKeyv` class that queries the underlying tag store and returns a de-duplicated array of all active tags.
Complexity:
2/5
enhancement help wanted good first issue
constructor is too restrictive 7 months ago
enhancement help wanted good first issue