Skip to content

Commit 150c2ce

Browse files
ci: updated installation.yml to publish CoTARAG v0.12.0 to PyPi | docs: updated README to reflect new version. Tests pass locally + there was a typo in GitHub secrets with OPENAI_API_KEY
1 parent 6fe9516 commit 150c2ce

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

.github/workflows/installation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,6 +254,6 @@ jobs:
254254
TWINE_PASSWORD: ${{ secrets.PYPI_KEY }}
255255
run: |
256256
# Delete existing version
257-
python -m twine delete --yes cotarag==0.11.1 || true
257+
python -m twine delete --yes cotarag==0.12.0 || true
258258
# upload new version
259259
python -m twine upload --verbose dist/*

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# CoTARAG v0.11.1 📊💭➡️⚙️
1+
# CoTARAG v0.12.0 📊💭➡️⚙️
22

33
CoTARAG (Cognitive Thought and Retrieval Augmented Generation) is an advanced AI agent framework that combines two powerful engines:
44

@@ -650,19 +650,12 @@ Every donation goes towards improving CoTARAG, from better tests, more features,
650650

651651
## Roadmap
652652

653-
- v0.11.0: PyPi publication
654-
- v0.12.0: Docker image
655-
- v0.13.0: Flask Front-end playground
656-
- v0.14.0: Cross-modal search
657-
- v0.15.0: Agentic Indexers & Retrievers
658-
- v0.16.0: Synthetic Dataset creation
659-
- v0.17.0: Benchmarks & Performance Testing
660-
- v1.0.0: DSL for RAG pipelines + updated testing suite
661-
- v1.1.0: Concurrency Framework for Multi-Agent Workflows
662-
- v1.2.0: Agent Tasking DSL
663-
- v1.3.0: Meta-Agent Framework
664-
- v1.4.0: Rust Core Components
665-
653+
- v0.12.0: PyPi publication
654+
- v0.13.0: Docker image
655+
- v0.14.0: LLMRouter + cross-modal RAG
656+
- v0.15.0: Agentic Indexer
657+
- v0.16.0: Agentic Retriever
658+
...
666659

667660
## DISCLAIMER
668661

0 commit comments

Comments
 (0)