flowscript-agents 0.2.3__tar.gz → 0.2.4__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/PKG-INFO +2 -2
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/README.md +1 -1
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/pyproject.toml +1 -1
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/.github/workflows/test.yml +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/.gitignore +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/AUDIT_TRAIL_DESIGN.md +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/docs/adapters.md +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/docs/api-reference.md +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/docs/audit-trail.md +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/docs/brand/logo-512.png +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/docs/brand/social-preview.png +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/docs/flowscript-demo.png +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/docs/lifecycle.md +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/examples/CLAUDE.md.example +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/examples/langgraph_live_test.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/examples/temporal_e2e_test.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/__init__.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/audit.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/camel_ai.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/crewai.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/__init__.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/_utils.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/consolidate.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/extract.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/index.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/providers.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/search.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/google_adk.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/haystack.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/langgraph.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/llamaindex.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/mcp.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/memory.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/openai_agents.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/pydantic_ai.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/query.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/smolagents.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/types.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/unified.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/scripts/validate_dedup_threshold.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/conftest.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_audit.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_camel_ai.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_consolidation.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_crewai.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_embeddings.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_google_adk.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_haystack.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_langgraph.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_llamaindex.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_mcp.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_memory.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_openai_agents.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_pydantic_ai.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_smolagents.py +0 -0
- {flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/tests/test_temporal.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: flowscript-agents
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: Complete agent memory: reasoning queries + vector search + auto-extraction. Decision intelligence for LangGraph, CrewAI, Google ADK, OpenAI Agents SDK, Pydantic AI, smolagents, LlamaIndex, Haystack, and CAMEL-AI.
|
|
5
5
|
Project-URL: Homepage, https://flowscript.org
|
|
6
6
|
Project-URL: Repository, https://github.com/phillipclapham/flowscript-agents
|
|
@@ -375,7 +375,7 @@ Under the hood: a local semantic graph with typed nodes, typed relationships, an
|
|
|
375
375
|
| [flowscript-core](https://www.npmjs.com/package/flowscript-core) | TypeScript SDK — Memory class, 15 tools, token budgeting, audit trail | `npm install flowscript-core` |
|
|
376
376
|
| [flowscript.org](https://flowscript.org) | Web editor, D3 visualization, live query panel | Browser |
|
|
377
377
|
|
|
378
|
-
**1,
|
|
378
|
+
**1,312 tests** across Python (581) and TypeScript (731). Same audit trail format and canonical JSON serialization across both languages.
|
|
379
379
|
|
|
380
380
|
### Docs
|
|
381
381
|
|
|
@@ -311,7 +311,7 @@ Under the hood: a local semantic graph with typed nodes, typed relationships, an
|
|
|
311
311
|
| [flowscript-core](https://www.npmjs.com/package/flowscript-core) | TypeScript SDK — Memory class, 15 tools, token budgeting, audit trail | `npm install flowscript-core` |
|
|
312
312
|
| [flowscript.org](https://flowscript.org) | Web editor, D3 visualization, live query panel | Browser |
|
|
313
313
|
|
|
314
|
-
**1,
|
|
314
|
+
**1,312 tests** across Python (581) and TypeScript (731). Same audit trail format and canonical JSON serialization across both languages.
|
|
315
315
|
|
|
316
316
|
### Docs
|
|
317
317
|
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "flowscript-agents"
|
|
7
|
-
version = "0.2.
|
|
7
|
+
version = "0.2.4"
|
|
8
8
|
description = "Complete agent memory: reasoning queries + vector search + auto-extraction. Decision intelligence for LangGraph, CrewAI, Google ADK, OpenAI Agents SDK, Pydantic AI, smolagents, LlamaIndex, Haystack, and CAMEL-AI."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/consolidate.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{flowscript_agents-0.2.3 → flowscript_agents-0.2.4}/flowscript_agents/embeddings/providers.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|