kailash 0.8.1__py3-none-any.whl → 0.8.4__py3-none-any.whl

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.
@@ -0,0 +1,533 @@
1
+ Metadata-Version: 2.4
2
+ Name: kailash
3
+ Version: 0.8.4
4
+ Summary: Python SDK for the Kailash container-node architecture
5
+ Home-page: https://github.com/integrum/kailash-python-sdk
6
+ Author: Integrum
7
+ Author-email: Integrum <info@integrum.com>
8
+ Project-URL: Homepage, https://github.com/integrum/kailash-python-sdk
9
+ Project-URL: Bug Tracker, https://github.com/integrum/kailash-python-sdk/issues
10
+ Classifier: Development Status :: 3 - Alpha
11
+ Classifier: Intended Audience :: Developers
12
+ Classifier: Programming Language :: Python :: 3
13
+ Classifier: Programming Language :: Python :: 3.11
14
+ Classifier: Programming Language :: Python :: 3.12
15
+ Requires-Python: >=3.11
16
+ Description-Content-Type: text/markdown
17
+ License-File: LICENSE
18
+ Requires-Dist: networkx>=2.7
19
+ Requires-Dist: pydantic>=1.9
20
+ Requires-Dist: matplotlib>=3.5
21
+ Requires-Dist: pyyaml>=6.0
22
+ Requires-Dist: click>=8.0
23
+ Requires-Dist: pytest>=8.3.5
24
+ Requires-Dist: mcp[cli]==1.11.0
25
+ Requires-Dist: pandas>=2.2.3
26
+ Requires-Dist: numpy>=2.2.5
27
+ Requires-Dist: scipy>=1.15.3
28
+ Requires-Dist: scikit-learn>=1.6.1
29
+ Requires-Dist: requests>=2.32.3
30
+ Requires-Dist: pytest-cov>=6.1.1
31
+ Requires-Dist: isort>=6.0.1
32
+ Requires-Dist: aiohttp>=3.12.4
33
+ Requires-Dist: aiohttp-cors>=0.7.0
34
+ Requires-Dist: ruff>=0.11.12
35
+ Requires-Dist: msal>=1.32.3
36
+ Requires-Dist: sphinx>=8.2.3
37
+ Requires-Dist: sphinx-rtd-theme>=3.0.2
38
+ Requires-Dist: sphinx-copybutton>=0.5.2
39
+ Requires-Dist: sphinxcontrib-mermaid>=1.0.0
40
+ Requires-Dist: sphinx-autobuild>=2024.10.3
41
+ Requires-Dist: autodoc>=0.5.0
42
+ Requires-Dist: myst-parser>=4.0.1
43
+ Requires-Dist: black>=25.1.0
44
+ Requires-Dist: psutil>=7.0.0
45
+ Requires-Dist: fastapi>=0.115.12
46
+ Requires-Dist: uvicorn[standard]>=0.31.0
47
+ Requires-Dist: pytest-asyncio>=1.0.0
48
+ Requires-Dist: pre-commit>=4.2.0
49
+ Requires-Dist: twine>=6.1.0
50
+ Requires-Dist: ollama>=0.5.1
51
+ Requires-Dist: sqlalchemy>=2.0.0
52
+ Requires-Dist: psycopg2-binary>=2.9.0
53
+ Requires-Dist: pymysql>=1.1.0
54
+ Requires-Dist: aiosqlite>=0.19.0
55
+ Requires-Dist: websockets>=12.0
56
+ Requires-Dist: httpx>=0.25.0
57
+ Requires-Dist: python-jose>=3.5.0
58
+ Requires-Dist: pytest-xdist>=3.6.0
59
+ Requires-Dist: pytest-timeout>=2.3.0
60
+ Requires-Dist: pytest-split>=0.9.0
61
+ Requires-Dist: pytest-forked>=1.6.0
62
+ Requires-Dist: asyncpg>=0.30.0
63
+ Requires-Dist: aiomysql>=0.2.0
64
+ Requires-Dist: twilio>=9.6.3
65
+ Requires-Dist: qrcode>=8.2
66
+ Requires-Dist: aiofiles>=24.1.0
67
+ Requires-Dist: bcrypt>=4.3.0
68
+ Requires-Dist: plotly>=6.2.0
69
+ Requires-Dist: redis[asyncio]>=6.2.0
70
+ Requires-Dist: faker>=37.4.0
71
+ Requires-Dist: structlog>=25.4.0
72
+ Requires-Dist: authlib>=1.6.0
73
+ Requires-Dist: slowapi>=0.1.9
74
+ Requires-Dist: limits>=5.4.0
75
+ Requires-Dist: prometheus-client>=0.22.1
76
+ Requires-Dist: opentelemetry-api>=1.34.1
77
+ Requires-Dist: opentelemetry-sdk>=1.34.1
78
+ Requires-Dist: passlib>=1.7.4
79
+ Requires-Dist: pyotp>=2.9.0
80
+ Requires-Dist: opentelemetry-instrumentation-fastapi>=0.55b1
81
+ Requires-Dist: seaborn>=0.13.2
82
+ Requires-Dist: sqlparse>=0.5.3
83
+ Requires-Dist: jsonschema>=4.24.0
84
+ Provides-Extra: dev
85
+ Requires-Dist: pytest>=7.0; extra == "dev"
86
+ Requires-Dist: pytest-cov>=3.0; extra == "dev"
87
+ Requires-Dist: black>=22.0; extra == "dev"
88
+ Requires-Dist: isort>=5.10; extra == "dev"
89
+ Requires-Dist: mypy>=0.9; extra == "dev"
90
+ Dynamic: author
91
+ Dynamic: home-page
92
+ Dynamic: license-file
93
+ Dynamic: requires-python
94
+
95
+ # Kailash Python SDK
96
+
97
+ <p align="center">
98
+ <a href="https://pypi.org/project/kailash/"><img src="https://img.shields.io/pypi/v/kailash.svg" alt="PyPI version"></a>
99
+ <a href="https://pypi.org/project/kailash/"><img src="https://img.shields.io/pypi/pyversions/kailash.svg" alt="Python versions"></a>
100
+ <a href="https://pepy.tech/project/kailash"><img src="https://static.pepy.tech/badge/kailash" alt="Downloads"></a>
101
+ <img src="https://img.shields.io/badge/license-MIT-green.svg" alt="MIT License">
102
+ <img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black">
103
+ <img src="https://img.shields.io/badge/tests-2400%2B%20passing-brightgreen.svg" alt="Tests: 2400+ Passing">
104
+ <img src="https://img.shields.io/badge/performance-11x%20faster-yellow.svg" alt="Performance: 11x Faster">
105
+ <img src="https://img.shields.io/badge/docker-integrated-blue.svg" alt="Docker: Integrated">
106
+ <img src="https://img.shields.io/badge/AI-MCP%20validated-purple.svg" alt="AI: MCP Validated">
107
+ </p>
108
+
109
+ <p align="center">
110
+ <strong>Enterprise-Grade Workflow Orchestration Platform</strong>
111
+ </p>
112
+
113
+ <p align="center">
114
+ Build production-ready applications with zero-config database operations, multi-channel platforms, and comprehensive AI integration. From rapid prototyping to enterprise deployment.
115
+ </p>
116
+
117
+ ---
118
+
119
+ ## 🔥 Latest Release: v0.8.1 (January 17, 2025)
120
+
121
+ **Complete App Framework & PyPI Integration**
122
+
123
+ - 🚀 **Complete App Framework**: DataFlow, Nexus, AI Registry, and User Management platforms
124
+ - 📦 **PyPI Integration**: All packages available with proper extras support
125
+ - 🏢 **Enterprise Ready**: Zero-config database operations and multi-channel deployment
126
+ - ⚡ **Performance Breakthrough**: 11x faster test execution with 100% pass rate
127
+ - 🧪 **Testing Excellence**: 2,400+ tests with comprehensive Docker integration
128
+
129
+ [Full Changelog](changelogs/releases/v0.8.1-2025-01-17.md) | [PyPI Packages](https://pypi.org/project/kailash/)
130
+
131
+ ## 🎯 What Makes Kailash Different
132
+
133
+ ### 🏗️ **Complete Application Framework**
134
+ Not just a toolkit - complete production-ready applications built on enterprise-grade infrastructure:
135
+
136
+ - **DataFlow**: Zero-config database operations with MongoDB-style queries
137
+ - **Nexus**: Multi-channel platform (API + CLI + MCP) from single codebase
138
+ - **AI Registry**: Advanced RAG with 47+ specialized nodes
139
+ - **User Management**: Enterprise RBAC system with comprehensive security
140
+
141
+ ### 🚀 **Performance & Scale**
142
+ - **11x faster test execution** (117s → 10.75s) with smart isolation
143
+ - **31.8M operations/second** query performance baseline
144
+ - **30,000+ iterations/second** cyclic workflow execution
145
+ - **100% test pass rate** across 2,400+ tests
146
+
147
+ ### 🤖 **AI-First Architecture**
148
+ - **Real MCP execution** by default for all AI agents
149
+ - **47+ specialized RAG nodes** for document processing
150
+ - **Self-organizing agent pools** with intelligent coordination
151
+ - **Complete LLM integration** across all platforms
152
+
153
+ ## 🏗️ Project Architecture
154
+
155
+ ### Three-Layer Architecture
156
+ ```
157
+ ┌─────────────────────────────────────────────────────────────────┐
158
+ │ 🎨 Studio UI Layer │
159
+ │ Visual workflow builder (coming soon) │
160
+ └─────────────────────────────────────────────────────────────────┘
161
+
162
+ ┌─────────────────────────────────────────────────────────────────┐
163
+ │ 🏢 Application Framework │
164
+ │ DataFlow │ Nexus │ AI Registry │ User Management │... │
165
+ └─────────────────────────────────────────────────────────────────┘
166
+
167
+ ┌─────────────────────────────────────────────────────────────────┐
168
+ │ 🎯 Core SDK Foundation │
169
+ │ 115+ Nodes │ Workflows │ Runtime │ Security │ Testing │
170
+ └─────────────────────────────────────────────────────────────────┘
171
+ ```
172
+
173
+ ### Current Project Structure
174
+ ```
175
+ kailash_python_sdk/
176
+ ├── src/kailash/ # Core SDK - 115+ nodes, workflows, runtime
177
+ ├── apps/ # Complete Applications
178
+ │ ├── kailash-dataflow/ # Zero-config database operations
179
+ │ ├── kailash-nexus/ # Multi-channel platform
180
+ │ ├── kailash-mcp/ # Enterprise MCP platform
181
+ │ ├── ai_registry/ # Advanced RAG capabilities
182
+ │ └── user_management/ # Enterprise RBAC system
183
+ ├── tests/ # 2,400+ tests (100% pass rate)
184
+ ├── docs/ # Comprehensive documentation
185
+ └── examples/ # Feature validation examples
186
+ ```
187
+
188
+ ## 🚀 Quick Start
189
+
190
+ ### Installation Options
191
+
192
+ ```bash
193
+ # Core SDK only
194
+ pip install kailash
195
+
196
+ # With complete app frameworks
197
+ pip install kailash[dataflow,nexus] # Database + multi-channel
198
+ pip install kailash[all] # Everything
199
+
200
+ # Or install apps directly
201
+ pip install kailash-dataflow # Zero-config database framework
202
+ pip install kailash-nexus # Multi-channel platform
203
+ ```
204
+
205
+ ### DataFlow: Zero-Config Database Operations
206
+
207
+ ```python
208
+ from dataflow import DataFlow
209
+
210
+ # Zero-configuration database operations
211
+ app = DataFlow()
212
+
213
+ # MongoDB-style queries across any database
214
+ users = app.query("users").where({"age": {"$gt": 18}}).limit(10)
215
+
216
+ # Redis-powered caching with smart invalidation
217
+ cached_result = app.cache().get("user_stats",
218
+ lambda: app.query("users").aggregate([
219
+ {"$group": {"_id": "$department", "count": {"$sum": 1}}}
220
+ ])
221
+ )
222
+
223
+ # Start enterprise API server
224
+ app.start() # Automatic API generation, monitoring, health checks
225
+ ```
226
+
227
+ ### Nexus: Multi-Channel Platform
228
+
229
+ ```python
230
+ from nexus import Nexus
231
+
232
+ # Single codebase → API + CLI + MCP
233
+ app = Nexus()
234
+
235
+ # Register workflow once, available on all channels
236
+ @app.workflow
237
+ def process_data(input_data):
238
+ return {"processed": len(input_data)}
239
+
240
+ # Zero-config startup
241
+ app.start()
242
+
243
+ # Now available as:
244
+ # - REST API: POST /workflows/process_data
245
+ # - CLI: nexus run process_data
246
+ # - MCP: AI agents can call process_data tool
247
+ ```
248
+
249
+ ### Core SDK: Advanced Workflows
250
+
251
+ ```python
252
+ from kailash.workflow.builder import WorkflowBuilder
253
+ from kailash.runtime.local import LocalRuntime
254
+
255
+ # Build enterprise workflow
256
+ workflow = WorkflowBuilder()
257
+ workflow.add_node("LLMAgentNode", "ai_agent", {
258
+ "model": "gpt-4",
259
+ "use_real_mcp": True # Real MCP execution by default
260
+ })
261
+ workflow.add_node("AsyncSQLDatabaseNode", "database", {
262
+ "connection_string": "postgresql://...",
263
+ "query": "SELECT * FROM customers WHERE risk_score > $1",
264
+ "parameter_types": ["DECIMAL"] # PostgreSQL type inference
265
+ })
266
+
267
+ # Add cyclic optimization
268
+ cycle = workflow.create_cycle("optimization")
269
+ cycle.connect("processor", "evaluator") \
270
+ .connect("evaluator", "processor") \
271
+ .max_iterations(50) \
272
+ .converge_when("quality > 0.95") \
273
+ .build()
274
+
275
+ # Execute with enterprise monitoring
276
+ runtime = LocalRuntime()
277
+ results, run_id = runtime.execute(workflow.build())
278
+ ```
279
+
280
+ ## 🎯 Key Features
281
+
282
+ ### 🧪 **Testing Excellence**
283
+ - **2,400+ tests** with 100% pass rate
284
+ - **11x performance improvement** (117s → 10.75s execution)
285
+ - **Docker integration** for real PostgreSQL, Redis, MongoDB
286
+ - **Smart isolation** without process forking overhead
287
+
288
+ ### 🏢 **Enterprise Ready**
289
+ - **Multi-tenant architecture** with complete isolation
290
+ - **RBAC/ABAC security** with fine-grained permissions
291
+ - **Audit logging** with compliance frameworks (GDPR, CCPA)
292
+ - **Distributed transactions** with Saga/2PC patterns
293
+ - **Circuit breaker** and resilience patterns
294
+
295
+ ### 🤖 **AI Integration**
296
+ - **115+ production nodes** including 47+ specialized RAG nodes
297
+ - **Real MCP execution** by default for all AI agents
298
+ - **Self-organizing agent pools** with intelligent coordination
299
+ - **Complete LLM integration** with embeddings and vector search
300
+
301
+ ### ⚡ **Performance & Scale**
302
+ - **31.8M operations/second** query performance baseline
303
+ - **Connection pooling** with automatic resource management
304
+ - **Redis caching** with intelligent invalidation patterns
305
+ - **Async/await** throughout with proper separation
306
+
307
+ ## 🏗️ Node Ecosystem (115+ Nodes)
308
+
309
+ ### Core Categories
310
+ - **Data Nodes**: CSVReaderNode, AsyncSQLDatabaseNode, QueryBuilderNode, QueryCacheNode
311
+ - **AI Nodes**: LLMAgentNode, IterativeLLMAgentNode, EmbeddingGeneratorNode, SelfOrganizingAgentNode
312
+ - **RAG Nodes**: 47+ specialized nodes for document processing and retrieval
313
+ - **Security Nodes**: ThreatDetectionNode, AuditLogNode, AccessControlManager
314
+ - **Monitoring Nodes**: TransactionMetricsNode, DeadlockDetectorNode, PerformanceAnomalyNode
315
+ - **Transaction Nodes**: DistributedTransactionManagerNode, SagaCoordinatorNode
316
+
317
+ ### Advanced Features
318
+ - **Cyclic Workflows**: CycleBuilder API with convergence detection
319
+ - **Distributed Transactions**: Automatic Saga/2PC pattern selection
320
+ - **Real-time Monitoring**: WebSocket streaming with performance metrics
321
+ - **Enterprise Security**: Multi-factor auth, threat detection, compliance
322
+
323
+ ## 📊 Performance Metrics
324
+
325
+ ### Recent Achievements
326
+ - **11x faster test execution**: 117s → 10.75s with smart isolation
327
+ - **100% test pass rate**: 2,400+ tests across all categories
328
+ - **31.8M operations/second**: Query performance baseline
329
+ - **30,000+ iterations/second**: Cyclic workflow execution
330
+
331
+ ### Enterprise Benchmarks
332
+ - **Query Cache**: 99.9% hit rate with intelligent invalidation
333
+ - **Connection Pooling**: 10,000+ concurrent connections
334
+ - **MCP Integration**: 407 tests with 100% pass rate
335
+ - **Security**: Zero vulnerabilities in production deployment
336
+
337
+ ## 🚀 Applications Built with Kailash
338
+
339
+ ### 1. DataFlow - Zero-Config Database Platform
340
+ ```bash
341
+ pip install kailash-dataflow
342
+ ```
343
+ - **MongoDB-style queries** across PostgreSQL, MySQL, SQLite
344
+ - **Redis caching** with enterprise-grade invalidation
345
+ - **Automatic API generation** with OpenAPI documentation
346
+ - **4 production examples** with complete deployment guides
347
+
348
+ ### 2. Nexus - Multi-Channel Platform
349
+ ```bash
350
+ pip install kailash-nexus
351
+ ```
352
+ - **Unified API, CLI, and MCP** from single codebase
353
+ - **Enterprise orchestration** with multi-tenancy
354
+ - **Session management** with cross-channel synchronization
355
+ - **105 tests** with comprehensive validation
356
+
357
+ ### 3. AI Registry - Advanced RAG Platform
358
+ ```bash
359
+ pip install kailash-ai-registry
360
+ ```
361
+ - **47+ specialized RAG nodes** for document processing
362
+ - **Advanced retrieval** with semantic search and re-ranking
363
+ - **Multi-modal support** with image and text processing
364
+ - **Enterprise deployment** with scalable architecture
365
+
366
+ ### 4. User Management - Enterprise RBAC
367
+ ```bash
368
+ pip install kailash-user-management
369
+ ```
370
+ - **Complete RBAC system** with role hierarchy
371
+ - **Multi-factor authentication** with enterprise integration
372
+ - **Audit logging** with compliance frameworks
373
+ - **Django-style capabilities** built on SDK architecture
374
+
375
+ ## 🧪 Testing & Quality
376
+
377
+ ### Comprehensive Test Suite
378
+ ```bash
379
+ # All tests (2,400+ tests)
380
+ pytest
381
+
382
+ # Fast unit tests (11x faster execution)
383
+ pytest tests/unit/ --timeout=1
384
+
385
+ # Integration tests with Docker
386
+ pytest tests/integration/ --timeout=5
387
+
388
+ # End-to-end scenarios
389
+ pytest tests/e2e/ --timeout=10
390
+ ```
391
+
392
+ ### Test Infrastructure
393
+ - **Docker Integration**: Real PostgreSQL, Redis, MongoDB for testing
394
+ - **Smart Isolation**: Fixture-based isolation without process forking
395
+ - **Performance Monitoring**: Automated benchmarks and regression detection
396
+ - **100% Pass Rate**: Comprehensive fixes across all test categories
397
+
398
+ ## 🛡️ Security & Compliance
399
+
400
+ ### Enterprise Security
401
+ - **Multi-factor Authentication**: TOTP, WebAuthn, SMS integration
402
+ - **Threat Detection**: Real-time analysis with behavior monitoring
403
+ - **Access Control**: Fine-grained RBAC/ABAC with policy engines
404
+ - **Audit Logging**: Comprehensive trails with integrity verification
405
+
406
+ ### Compliance Frameworks
407
+ - **GDPR/CCPA**: Built-in data protection and privacy controls
408
+ - **SOX**: Financial reporting controls and audit trails
409
+ - **HIPAA**: Healthcare data protection patterns
410
+ - **Multi-tenant Isolation**: Complete tenant-aware operations
411
+
412
+ ## 📚 Documentation & Resources
413
+
414
+ ### For Users
415
+ - **[SDK Users Guide](sdk-users/)**: Complete workflow development guide
416
+ - **[Node Selection Guide](sdk-users/nodes/node-selection-guide.md)**: Smart node selection with decision trees
417
+ - **[Enterprise Patterns](sdk-users/enterprise/)**: Production deployment patterns
418
+ - **[API Documentation](https://integrum.github.io/kailash-python-sdk)**: Complete API reference
419
+
420
+ ### For Contributors
421
+ - **[SDK Contributors Guide](sdk-contributors/)**: Internal SDK development
422
+ - **[Architecture Decisions](sdk-contributors/architecture/)**: ADRs and design decisions
423
+ - **[Testing Guide](tests/README.md)**: 3-tier testing strategy
424
+
425
+ ### Quick References
426
+ - **[Cheatsheet](sdk-users/cheatsheet/)**: 53 copy-paste patterns
427
+ - **[Common Mistakes](sdk-users/validation/common-mistakes.md)**: Error patterns and solutions
428
+ - **[Performance Guide](sdk-users/performance/)**: Optimization patterns
429
+
430
+ ## 🚢 Production Deployment
431
+
432
+ ### Container Deployment
433
+ ```bash
434
+ # Export workflow to container format
435
+ python -c "
436
+ from kailash.utils.export import export_workflow
437
+ export_workflow(workflow, 'production.yaml', format='kailash')
438
+ "
439
+
440
+ # Deploy to Kailash platform
441
+ kailash deploy production.yaml --environment prod
442
+ ```
443
+
444
+ ### Monitoring & Observability
445
+ ```python
446
+ from kailash.visualization import DashboardServer
447
+
448
+ # Real-time monitoring dashboard
449
+ server = DashboardServer(port=8080)
450
+ server.start()
451
+ # Open http://localhost:8080 for live metrics
452
+ ```
453
+
454
+ ### Enterprise Features
455
+ - **Multi-tenant deployment** with complete isolation
456
+ - **Distributed transactions** with automatic recovery
457
+ - **Circuit breaker patterns** for resilience
458
+ - **Health monitoring** with automated alerting
459
+
460
+ ## 🤝 Contributing
461
+
462
+ We use a **Claude Code-driven workflow** for all development:
463
+
464
+ ### New Team Member?
465
+ **Start Here → [NEW_TEAM_MEMBER.md](NEW_TEAM_MEMBER.md)**
466
+
467
+ ### Development Workflow
468
+ ```bash
469
+ # Clone and setup
470
+ git clone https://github.com/integrum/kailash-python-sdk.git
471
+ cd kailash-python-sdk
472
+ uv sync
473
+
474
+ # Run tests (2,400+ tests)
475
+ pytest tests/unit/ --timeout=1 # Fast unit tests
476
+ pytest tests/integration/ --timeout=5 # Integration tests
477
+ pytest tests/e2e/ --timeout=10 # End-to-end tests
478
+
479
+ # Code quality
480
+ black .
481
+ isort .
482
+ ruff check .
483
+ ```
484
+
485
+ ### Claude Code Workflow
486
+ All project management through conversational AI:
487
+ - **No manual TODO editing** - Claude Code handles all updates
488
+ - **No direct GitHub issues** - Created through planning sessions
489
+ - **All progress tracked** - Through natural conversation
490
+
491
+ See [Contributing Guide](CONTRIBUTING.md) and [sdk-contributors/CLAUDE.md](sdk-contributors/CLAUDE.md).
492
+
493
+ ## 📈 Project Status
494
+
495
+ ### ✅ v0.8.1 - Complete App Framework
496
+ - **Complete Application Framework**: DataFlow, Nexus, AI Registry, User Management
497
+ - **PyPI Integration**: All packages available with proper extras support
498
+ - **Performance Breakthrough**: 11x faster test execution
499
+ - **Testing Excellence**: 2,400+ tests with 100% pass rate
500
+ - **Enterprise Ready**: Production deployment patterns
501
+
502
+ ### ✅ v0.7.0 - Major Framework Release
503
+ - **DataFlow Platform**: Zero-config database operations
504
+ - **Nexus Platform**: Multi-channel orchestration
505
+ - **AI Registry**: Advanced RAG capabilities
506
+ - **User Management**: Enterprise RBAC system
507
+ - **Testing Infrastructure**: Docker integration, comprehensive validation
508
+
509
+ ### 🚧 Roadmap
510
+ - **Visual Workflow Builder**: Studio UI for drag-and-drop workflow creation
511
+ - **Advanced Analytics**: ML-powered workflow optimization
512
+ - **Cloud Integration**: Native AWS/GCP/Azure deployment
513
+ - **Mobile SDKs**: iOS and Android workflow execution
514
+
515
+ ## 📄 License
516
+
517
+ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
518
+
519
+ ## 🙏 Acknowledgments
520
+
521
+ Built with ❤️ by the Integrum team for the Kailash ecosystem.
522
+
523
+ Special recognition for the **11x performance breakthrough** and **100% test pass rate** achieved through innovative engineering and comprehensive testing strategies.
524
+
525
+ ---
526
+
527
+ <p align="center">
528
+ <strong>Ready to build enterprise-grade applications?</strong><br>
529
+ <a href="https://pypi.org/project/kailash/">Install from PyPI</a> •
530
+ <a href="sdk-users/README.md">Documentation</a> •
531
+ <a href="examples/">Examples</a> •
532
+ <a href="https://github.com/integrum/kailash-python-sdk">GitHub</a>
533
+ </p>
@@ -1,4 +1,4 @@
1
- kailash/__init__.py,sha256=_Mwxl0OoLmLW4_EJ4sxICIUWNEA2gG4iFinzIxnweFk,2878
1
+ kailash/__init__.py,sha256=4SpRoVVF_snoxLtYbtDvOabxuCycFwfC1mPB_9ies1I,2878
2
2
  kailash/__main__.py,sha256=vr7TVE5o16V6LsTmRFKG6RDKUXHpIWYdZ6Dok2HkHnI,198
3
3
  kailash/access_control.py,sha256=MjKtkoQ2sg1Mgfe7ovGxVwhAbpJKvaepPWr8dxOueMA,26058
4
4
  kailash/access_control_abac.py,sha256=FPfa_8PuDP3AxTjdWfiH3ntwWO8NodA0py9W8SE5dno,30263
@@ -92,7 +92,7 @@ kailash/middleware/core/schema.py,sha256=uVF-5ZJlLYHOQdsKrG46FnTO1bq_QtDjhUSkIID
92
92
  kailash/middleware/core/workflows.py,sha256=kjwwP69-T6eCY7kWIMLUBwVy2CapoPR34cqCETquq0s,12480
93
93
  kailash/middleware/database/__init__.py,sha256=UMws94L-vja94AjfzPWIgn0h4_5BGQzI3YaSdqtzeLk,1682
94
94
  kailash/middleware/database/base.py,sha256=cWEei9Gb6J-C-bpa4M4T0takfWE3POXWumzYhqX3V4g,2735
95
- kailash/middleware/database/base_models.py,sha256=t4HfXKGHZkfLkzoRgXXvlO_wdgsqXhm7S0XP4OIdQXc,18262
95
+ kailash/middleware/database/base_models.py,sha256=XBcHEUmcpl2f6zZHCAgHQ_0jqUB3Gl82XARR83lW5GY,18287
96
96
  kailash/middleware/database/enums.py,sha256=Yo_wMS7OpsleWtNMESTc2LTf15d93nPnBADIn2EHjeQ,2516
97
97
  kailash/middleware/database/migrations.py,sha256=v5VZxsqciwmOl3rzIBQLp5p6-OP8OG_EL3mu65_yrCM,240
98
98
  kailash/middleware/database/models.py,sha256=CJwwUEdgxqBteXqpFJr1tWskjypJxViZXjODZlByrFk,17784
@@ -131,16 +131,20 @@ kailash/nodes/admin/security_event.py,sha256=SSxVHhufMBnqZmAKKDQ3Z2OUpHjY7tB3sGf
131
131
  kailash/nodes/admin/tenant_isolation.py,sha256=AKEARuUQ9-cF3DAkYFgRhshWRcooFtfahTuWe4ja02M,8282
132
132
  kailash/nodes/admin/transaction_utils.py,sha256=IAAdIiQ5Q4kTT5ul4hv1iSfoXG3CeFAkYd2xs7zxrnk,7896
133
133
  kailash/nodes/admin/user_management.py,sha256=Al9mKgTx3ASDSefZaIcPxL4zSjASI3cGdZIs33uwpvg,54707
134
- kailash/nodes/ai/__init__.py,sha256=rslxIS8jlovshiNgWqVzQjD_kfT_3h3Ct03sk-iRe6U,2202
135
- kailash/nodes/ai/a2a.py,sha256=fDSnihMFQ6MuhKSzL9ueWGAQLrKZQRkq9HqArdotf_w,70048
134
+ kailash/nodes/ai/__init__.py,sha256=1mH94Ap5Zo0sUFNNZbMQf3h_KmyS2fquCTFMPvdJLoc,2725
135
+ kailash/nodes/ai/a2a.py,sha256=g3QIeCefWpcmQ3RpuoTAnCj9Q8145ieV3NyEfGsyOno,138552
136
+ kailash/nodes/ai/a2a_backup.py,sha256=fDSnihMFQ6MuhKSzL9ueWGAQLrKZQRkq9HqArdotf_w,70048
136
137
  kailash/nodes/ai/agents.py,sha256=CRA3cdapQjpuvOniXUh6ZVWAlRxUIepVw1BROW6QzdY,20373
137
138
  kailash/nodes/ai/ai_providers.py,sha256=egfiOZzPmZ10d3wBCJ6ST4tRFrrtq0kt1VyCqxVpxas,65390
138
139
  kailash/nodes/ai/embedding_generator.py,sha256=akGCzz7zLRSziqEQCiPwL2qWhRWxuM_1RQh-YtVEddw,31879
140
+ kailash/nodes/ai/hybrid_search.py,sha256=k26uDDP_bwrIpv7Yl7PBCPvWSyQEmTlBjI1IpbgDsO4,35446
139
141
  kailash/nodes/ai/intelligent_agent_orchestrator.py,sha256=LvBqMKc64zSxFWVCjbLKKel2QwEzoTeJAEgna7rZw00,83097
140
142
  kailash/nodes/ai/iterative_llm_agent.py,sha256=T_Rtmz6E5gB0HugT2Q8FHZE9Giqy5WiBB0UCJ4PflNw,93308
141
143
  kailash/nodes/ai/llm_agent.py,sha256=NeNJZbV_VOUbULug2LASwyzLyoUO5wi58Bc9sXTubuc,90181
142
144
  kailash/nodes/ai/models.py,sha256=wsEeUTuegy87mnLtKgSTg7ggCXvC1n3MsL-iZ4qujHs,16393
143
145
  kailash/nodes/ai/self_organizing.py,sha256=B7NwKaBW8OHQBf5b0F9bSs8Wm-5BDJ9IjIkxS9h00mg,62885
146
+ kailash/nodes/ai/semantic_memory.py,sha256=BUNQ_ONa7_92iMnHsok4qgmCOma8UYgkHZd0iwAFssI,18639
147
+ kailash/nodes/ai/streaming_analytics.py,sha256=1D9wBxsp0DEw9X184TSXSCR6zvsgX7WD5jajD_MKLXY,33159
144
148
  kailash/nodes/ai/vision_utils.py,sha256=OHD9cVH_mq0WpJyQkNTj_mpipIVWfSV_bF9eA6CdyeA,4166
145
149
  kailash/nodes/alerts/__init__.py,sha256=CY3agJ7VQ4yU68BhxMCaj18EGEaDecYfLxceHHP4o9c,782
146
150
  kailash/nodes/alerts/base.py,sha256=qFU3cBF7jJNjScA0BJv2mTYCUTNQjbr4wTDEEvIGvRE,7598
@@ -166,7 +170,7 @@ kailash/nodes/cache/cache_invalidation.py,sha256=IUvxrRj3K5EF29Z2EaKl7t6Uze_cssn
166
170
  kailash/nodes/cache/redis_pool_manager.py,sha256=GR82GCWxo_gAzRE-091OB6AhKre8CTwM3OoePLb2gvE,21574
167
171
  kailash/nodes/code/__init__.py,sha256=yhEwuMjUEPFfe6hMGMd4E4gZdLUuf2JEQ7knYapiM4o,1283
168
172
  kailash/nodes/code/async_python.py,sha256=Ai-iMpmz-sAori73JBk0wZtqmwtmF2GNPDxqB04I2Ck,37058
169
- kailash/nodes/code/python.py,sha256=AfKNL4B-OTiFQoNuCzZ2mLiJV61TaHLXhHmXudl20eg,60592
173
+ kailash/nodes/code/python.py,sha256=no3JoQMXz45nKraa81YAI4S-DM-dnVHu8NS-xVq-Ipw,60664
170
174
  kailash/nodes/compliance/__init__.py,sha256=6a_FL4ofc8MAVuZ-ARW5uYenZLS4mBFVM9AI2QsnoF8,214
171
175
  kailash/nodes/compliance/data_retention.py,sha256=90bH_eGwlcDzUdklAJeXQM-RcuLUGQFQ5fgHOK8a4qk,69443
172
176
  kailash/nodes/compliance/gdpr.py,sha256=ZMoHZjAo4QtGwtFCzGMrAUBFV3TbZOnJ5DZGZS87Bas,70548
@@ -273,12 +277,13 @@ kailash/runtime/__init__.py,sha256=CvU-qBMESYYISqFOlYlLsYJrXJu0Gqr4x6yr4Ob_Rng,2
273
277
  kailash/runtime/access_controlled.py,sha256=HtNJZylaB-2FuPsfEOfQ-4ny4HzwJfHaHNMu2xS1Nzs,17324
274
278
  kailash/runtime/async_local.py,sha256=sYNggSU0R-oo8cCvU5ayodDBqASzUhxu994ZvZxDSC0,34010
275
279
  kailash/runtime/docker.py,sha256=sZknVl1PCGfAZeyc0-exTuKlllSyjYlFIgJoiB3CRNs,23500
276
- kailash/runtime/local.py,sha256=-xqgydrSpg0eiC3MIVfWK3S6H4dUNUojrXFKttN_YGc,46422
280
+ kailash/runtime/local.py,sha256=t1FUrvdeISFZVvhgmRW916YsMGcroxSr_MVR6szS_Iw,49613
277
281
  kailash/runtime/parallel.py,sha256=mz_wPD13-YVc3Q_8HkOs4nPQPdTjnjCcnRL7ZRM70lo,21070
278
282
  kailash/runtime/parallel_cyclic.py,sha256=yANZHnePjhCPuCFbq3lFQA1K6jbCv5Of5-vIKbCsmZk,19863
279
283
  kailash/runtime/parameter_injection.py,sha256=kG4GhmarsRr5t3VDFbc2G1HSbsZJg6UmienHCE2Ru7o,14852
280
284
  kailash/runtime/parameter_injector.py,sha256=4l-OOKEBzM_cQ17Zz5o24QSV9a1Zqfu3D2qyq6Uy7hE,30810
281
285
  kailash/runtime/runner.py,sha256=t_SEumtVn9uXlSzJicb50MpUu6xdqjW0uZ5b2phjVPY,3318
286
+ kailash/runtime/secret_provider.py,sha256=wKhasHnm_Ialo7Q4KGMcmI2qVyrKLuS22ypEnVv4NcU,8757
282
287
  kailash/runtime/testing.py,sha256=hTrgGnqxwSBYoztVqnZpxzFwm0DwUnaJdChRHikgoio,19089
283
288
  kailash/servers/__init__.py,sha256=-2nkB5pIkBjc-klGJcKCuzWRAl_G7hlepvyV_Es64DI,976
284
289
  kailash/servers/durable_workflow_server.py,sha256=lMnf-rTUKrjiS9NhNo3qx2lWYC0NR7EEF-4WBUPZ9zI,16588
@@ -316,7 +321,7 @@ kailash/visualization/reports.py,sha256=D7kJ0flHr16d-qSEq8vnw20N8u_dgTrXtKVSXVm8
316
321
  kailash/workflow/__init__.py,sha256=DDQDE9K6RmbX6479guNLLgjiVVV-gQERRvCEJWSVlsM,1836
317
322
  kailash/workflow/async_builder.py,sha256=iv8bDJHdWAUZ77SyMo6sucd92dTdtXesdxycrSE7mM4,20613
318
323
  kailash/workflow/async_patterns.py,sha256=X0ZDXwr6UAu0WC1xnCB7-0V1-tRbKs9UI4JqaBCB6tE,22824
319
- kailash/workflow/builder.py,sha256=3l5wVRtMB1Om_QmeoQ6jsrc_Lm8Hna_pH47UjnfMb9I,31184
324
+ kailash/workflow/builder.py,sha256=lAy_k7Icxwcr_231Y1FHV1UuZYIvyeDuYXKqMAi2_YI,34855
320
325
  kailash/workflow/convergence.py,sha256=vfIDR-uNaQE-LVUEzrRtfgKPgX9gL0nLNH-nTg5ra-c,10031
321
326
  kailash/workflow/cycle_analyzer.py,sha256=BGBpgdB-g0-KRI65sVAvHV4lxfoCzMt4uKOHbw8GXT4,32596
322
327
  kailash/workflow/cycle_builder.py,sha256=uWAx8K4ZKMtFC3mWylK4gHT03xeu0xChJlhw50hVqEE,20883
@@ -338,9 +343,9 @@ kailash/workflow/state.py,sha256=UTZxs5-Ona6uvBhx1__i6-RX8gB4qazkBIWE7uyRmWQ,760
338
343
  kailash/workflow/templates.py,sha256=98EN5H4fO9b4xeczk20Hu5L8hNcAuRQNGayT6vnZYCw,48540
339
344
  kailash/workflow/validation.py,sha256=rWZNJYA_XAfk_og6Cxz8p1gZ3j5CylPvMTDXg2SfjgM,38574
340
345
  kailash/workflow/visualization.py,sha256=nHBW-Ai8QBMZtn2Nf3EE1_aiMGi9S6Ui_BfpA5KbJPU,23187
341
- kailash-0.8.1.dist-info/licenses/LICENSE,sha256=Axe6g7bTrJkToK9h9j2SpRUKKNaDZDCo2lQ2zPxCE6s,1065
342
- kailash-0.8.1.dist-info/METADATA,sha256=KBxycJ3rYfE1ygfMR8LKrzA0AoKo1C37cU3fM66UXRw,26477
343
- kailash-0.8.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
344
- kailash-0.8.1.dist-info/entry_points.txt,sha256=M_q3b8PG5W4XbhSgESzIJjh3_4OBKtZFYFsOdkr2vO4,45
345
- kailash-0.8.1.dist-info/top_level.txt,sha256=z7GzH2mxl66498pVf5HKwo5wwfPtt9Aq95uZUpH6JV0,8
346
- kailash-0.8.1.dist-info/RECORD,,
346
+ kailash-0.8.4.dist-info/licenses/LICENSE,sha256=Axe6g7bTrJkToK9h9j2SpRUKKNaDZDCo2lQ2zPxCE6s,1065
347
+ kailash-0.8.4.dist-info/METADATA,sha256=OaxiRteaH3HjtT7CkflzEiGfzIxG5uQOMmOL00awr2Y,20297
348
+ kailash-0.8.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
349
+ kailash-0.8.4.dist-info/entry_points.txt,sha256=M_q3b8PG5W4XbhSgESzIJjh3_4OBKtZFYFsOdkr2vO4,45
350
+ kailash-0.8.4.dist-info/top_level.txt,sha256=z7GzH2mxl66498pVf5HKwo5wwfPtt9Aq95uZUpH6JV0,8
351
+ kailash-0.8.4.dist-info/RECORD,,