memra 0.2.6__tar.gz → 0.2.7__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.
- {memra-0.2.6 → memra-0.2.7}/MANIFEST.in +3 -0
- {memra-0.2.6 → memra-0.2.7}/PKG-INFO +1 -1
- {memra-0.2.6 → memra-0.2.7}/memra/__init__.py +1 -1
- {memra-0.2.6 → memra-0.2.7}/pyproject.toml +1 -1
- {memra-0.2.6 → memra-0.2.7}/setup.py +1 -1
- {memra-0.2.6 → memra-0.2.7}/CHANGELOG.md +0 -0
- {memra-0.2.6 → memra-0.2.7}/LICENSE +0 -0
- {memra-0.2.6 → memra-0.2.7}/README.md +0 -0
- {memra-0.2.6 → memra-0.2.7}/mcp_bridge_server.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra/cli.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra/discovery.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra/discovery_client.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra/execution.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra/models.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra/tool_registry.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra/tool_registry_client.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/app.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/config/config.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/config.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/logic/__init__.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/logic/file_tools.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/logic/invoice_tools.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/logic/invoice_tools_fix.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/mcp_bridge_server.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/scripts/check_database.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/scripts/clear_database.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/scripts/monitor_database.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/scripts/release.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/scripts/reset_database.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/scripts/start_memra.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/scripts/stop_memra.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/server_tool_registry.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/tests/test_llm_text_to_sql.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/tests/test_llm_vs_pattern.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/tests/test_mcp_schema_aware.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/tests/test_schema_aware_sql.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/tests/test_schema_aware_sql_simple.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/tests/test_text_to_sql_demo.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-ops/tools/mcp_bridge_server.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/examples/accounts_payable.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/examples/accounts_payable_client.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/examples/accounts_payable_mcp.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/examples/ask_questions.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/examples/invoice_processing.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/examples/propane_delivery.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/examples/simple_text_to_sql.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/memra/__init__.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/memra/discovery.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/memra/discovery_client.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/memra/execution.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/memra/models.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/memra/tool_registry.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/memra/tool_registry_client.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/scripts/release.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-sdk/setup.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/accounts_payable/accounts_payable.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/accounts_payable/accounts_payable_client.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/accounts_payable/accounts_payable_mcp.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/accounts_payable/accounts_payable_smart.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/invoice_processing/invoice_processing.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/invoice_processing/smart_invoice_processor.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/logic/__init__.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/logic/file_tools.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/logic/invoice_tools.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/logic/propane_agents.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/mcp_bridge_server.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/propane_delivery/propane_delivery.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/text_to_sql/complete_invoice_workflow_with_queries.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/text_to_sql/complete_text_to_sql_system.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra-workflows/text_to_sql/file_discovery_demo.py +0 -0
- {memra-0.2.6 → memra-0.2.7}/memra.egg-info/SOURCES.txt +0 -0
- {memra-0.2.6 → memra-0.2.7}/requirements.txt +0 -0
- {memra-0.2.6 → memra-0.2.7}/setup.cfg +0 -0
@@ -17,6 +17,9 @@ exclude fly.toml
|
|
17
17
|
exclude Dockerfile
|
18
18
|
exclude Procfile
|
19
19
|
exclude docker-compose.yml
|
20
|
+
exclude memra-ops/docker-compose.yml
|
21
|
+
exclude memra-ops/docker-compose.mcp.yml
|
22
|
+
exclude memra-ops/docker/docker-compose.yml
|
20
23
|
recursive-exclude logic *
|
21
24
|
recursive-exclude scripts *
|
22
25
|
recursive-exclude docs *
|
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|
5
5
|
|
6
6
|
setup(
|
7
7
|
name="memra",
|
8
|
-
version="0.2.
|
8
|
+
version="0.2.7",
|
9
9
|
author="Memra",
|
10
10
|
author_email="support@memra.com",
|
11
11
|
description="Declarative framework for enterprise workflows with MCP integration - Client SDK",
|
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
|
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
|
{memra-0.2.6 → memra-0.2.7}/memra-workflows/text_to_sql/complete_invoice_workflow_with_queries.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|