Skip to content

Commit 292808a

Browse files
committed
Rename PyPI package to agentcortex, add author, update badges
Co-Authored-By: Pinaki Mishra <pinakimishra95@hotmail.com>
1 parent 15a47e4 commit 292808a

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
**Your AI agent forgets everything. AgentMemory fixes that in 3 lines.**
44

5-
[![PyPI version](https://badge.fury.io/py/agentmemory.svg)](https://badge.fury.io/py/agentmemory)
5+
[![PyPI version](https://badge.fury.io/py/agentcortex.svg)](https://badge.fury.io/py/agentcortex)
66
[![Tests](https://github.com/pinakimishra95/agent-memory/actions/workflows/tests.yml/badge.svg)](https://github.com/pinakimishra95/agent-memory/actions)
77
[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)
88
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
6-
name = "agentmemory"
6+
name = "agentcortex"
77
version = "0.1.0"
88
description = "Production-ready persistent memory for AI agents. Works with LangChain, CrewAI, AutoGen, and raw Anthropic/OpenAI SDKs."
99
readme = "README.md"
1010
license = { text = "MIT" }
11+
authors = [
12+
{ name = "Pinaki Mishra", email = "pinakimishra95@hotmail.com" }
13+
]
1114
requires-python = ">=3.10"
1215
keywords = ["ai", "agents", "memory", "llm", "langchain", "crewai", "anthropic", "openai"]
1316
classifiers = [

0 commit comments

Comments
 (0)