Skip to content

Commit 8037f5a

Browse files
author
ChidcGithub
committed
Release v0.0.1 - Initial release
Features: - Core: cognitive_call, @cognitive decorator, ~ operator - Memory: InMemoryStore, FileStore, ContextCompressor - Reflection: Reflector, with_reflection - Scheduler: CognitiveScheduler, batch_call, async_cognitive_call - Determinism: TypeConstraint, Simulator, HallucinationDetector - Streaming: stream_iter, stream_call - Tools: ToolRegistry, @tool decorator, call_with_tools - Providers: OpenAI, Anthropic, Ollama, HuggingFace Transformers - Validation: WebSearchValidator, FactCheckValidator, verify_claim
1 parent 9da7400 commit 8037f5a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codegnipy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
- 混合执行模型:确定性逻辑与模糊意图的无缝协同
1616
"""
1717

18-
__version__ = "0.2.0"
18+
__version__ = "0.0.1"
1919

2020
from .runtime import cognitive_call, CognitiveContext
2121
from .decorator import cognitive

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "codegnipy"
7-
version = "0.1.0"
7+
version = "0.0.1"
88
description = "AI 原生的 Python 语言扩展 - 让非确定性 AI 成为 Python 一等公民"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)