mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-08-29 04:26:20 +00:00
- Created integrations/ folder at repository root for optional framework integrations - Moved integrations folder from semantica/integrations/ to root-level integrations/ - Added __init__.py with documentation for future integrations (Google ADK, Claude Agent SDK, Agno) - Keeps core semantica package lean while enabling ecosystem integrations - Each integration will be self-contained and installable via extras_require
8 lines
333 B
Python
8 lines
333 B
Python
"""
|
|
Semantica Framework Integrations
|
|
|
|
Optional integration packages for agentic frameworks (Google ADK, Claude Agent SDK, Agno, etc.).
|
|
Each integration is self-contained, independently installable via extras_require, and maintains
|
|
zero impact on core Semantica - keeping the semantic layer lean while maximizing ecosystem reach.
|
|
"""
|