mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-19 07:42:43 +00:00
chore: bump package versions
This commit is contained in:
parent
0d82ac3238
commit
1c6b7800a8
3 changed files with 7 additions and 7 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "supermemory-pipecat"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
description = "Supermemory integration for Pipecat - memory-enhanced conversational AI pipelines"
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -25,22 +25,22 @@ Example:
|
|||
```
|
||||
"""
|
||||
|
||||
from .service import SupermemoryPipecatService
|
||||
from .exceptions import (
|
||||
SupermemoryPipecatError,
|
||||
APIError,
|
||||
ConfigurationError,
|
||||
MemoryRetrievalError,
|
||||
MemoryStorageError,
|
||||
APIError,
|
||||
NetworkError,
|
||||
SupermemoryPipecatError,
|
||||
)
|
||||
from .service import SupermemoryPipecatService
|
||||
from .utils import (
|
||||
get_last_user_message,
|
||||
deduplicate_memories,
|
||||
format_memories_to_text,
|
||||
get_last_user_message,
|
||||
)
|
||||
|
||||
__version__ = "0.1.0"
|
||||
__version__ = "0.1.1"
|
||||
|
||||
__all__ = [
|
||||
# Main service
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@supermemory/tools",
|
||||
"type": "module",
|
||||
"version": "1.3.67",
|
||||
"version": "1.3.68",
|
||||
"description": "Memory tools for AI SDK and OpenAI function calling with supermemory",
|
||||
"scripts": {
|
||||
"build": "tsdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue