app os runtime is a low code python backend framework with built in tools for Ai compatible monitoring and development
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
Add taskm app, remove crm scaffolding, update platform config
68be966View on GitHubfix: ExecutionContext propagation + httpx client lifecycle management
b9acdc9View on GitHubfix: critical bugs, wiring gaps, duplications & missing features\n\n- Fix 6 critical bugs (register_decorator fields, .items() on list,\n migration_generator attr mismatches, LogEntry construction,\n text() wrapper, RuleContext constructor)\n- Extract shared to_snake() into appos/utilities/utils.py, remove 6 dupes\n- Wire runtime subsystems: CredentialManager, EnvironmentResolver,\n IntegrationExecutor, APIExecutor, HealthCheckService\n- Wire IntegrationExecutor -> CredentialManager + EnvironmentResolver\n- Wire RecordFormState.handle_form_submit -> runtime.dispatch()\n- Add Celery chord for parallel step execution\n- Wire _fire_hooks, @connected_system -> CSManager,\n UISecurityResolver -> DB ObjectPermission\n- Fix ProcessContext encryption via CredentialManager\n- Add FileLogger.query() for date-range log searching\n- Add DependencyGraph -> dependency_changes DB writes\n- Add ProcessStepLog FK to process_instances\n- Scheduler uses public registry.get_by_type() API\n- Add AdminState CRUD: create_user, toggle_user_active, delete_user,\n create_group, toggle_group_active; wire to admin pages\n- New admin pages: translations.py, documents.py\n- Generators prefer registry-based generation with AST fallback\n- Consolidate cleanup_logs, enhance query_for_ai"
36b0851View on GitHubfix: Reflex 0.8 compatibility, admin console, and platform init
addc0e3View on GitHubMerge branch 'main' of https://github.com/apposengine/appos
87e8d5bView on GitHub