Loading
feat(ai): adapt 3gpp-ai package to async database layer
Convert sync database context managers to async (with/await) for SpecDatabase, TDocDatabase, and MeetingDatabase in workspaces.py, convert.py, and cli.py. Add asyncio.run() wrappers for CLI entry points. Update test files to use async database patterns.