@@ -111,14 +111,18 @@ executor = Executor(registry=registry, acl=acl)
111111```
112112src/apcore/
113113 __init__.py # Public API
114+ async_task.py # Background task manager
115+ cancel.py # Cooperative cancellation primitives
114116 context.py # Execution context & identity
115117 executor.py # Core execution engine
116118 decorator.py # @module decorator
117119 bindings.py # YAML binding loader
118120 config.py # Configuration
119121 acl.py # Access control
122+ extensions.py # Extension point manager
120123 errors.py # Error hierarchy
121124 module.py # Module annotations & metadata
125+ trace_context.py # W3C trace context helpers
122126 middleware/ # Middleware system
123127 observability/ # Tracing, metrics, logging
124128 registry/ # Module discovery & registration
@@ -162,7 +166,7 @@ Apache-2.0
162166
163167- ** Documentation** : [ docs/apcore] ( https://github.com/aipartnerup/apcore ) - Complete documentation
164168- ** Website** : [ aipartnerup.com] ( https://aipartnerup.com )
165- - ** GitHub** : [ aipartnerup/apcore] ( https://github.com/aipartnerup/apcore )
169+ - ** GitHub** : [ aipartnerup/apcore-python ] ( https://github.com/aipartnerup/apcore-python )
166170- ** PyPI** : [ apcore] ( https://pypi.org/project/apcore/ )
167- - ** Issues** : [ GitHub Issues] ( https://github.com/aipartnerup/apcore/issues )
168- - ** Discussions** : [ GitHub Discussions] ( https://github.com/aipartnerup/apcore/discussions )
171+ - ** Issues** : [ GitHub Issues] ( https://github.com/aipartnerup/apcore-python /issues )
172+ - ** Discussions** : [ GitHub Discussions] ( https://github.com/aipartnerup/apcore-python /discussions )
0 commit comments