Docs + Reporting + Webservice + Agent Flow: default developer guide, provenance reports (markdown/pdf), and API/reporting integration#305
Merged
renan-souza merged 23 commits intomainfrom Feb 19, 2026
Merged
Conversation
…cs pipeline, and legacy-webserver deprecation with migrated test coverage (implemented with Codex 5.3 help)
- introduce new flowcept.webservice FastAPI package with read-only REST routes for workflows, tasks, objects, datasets, and models
- add report export endpoint: POST /api/v1/workflows/{workflow_id}/reports/provenance-card/download returning markdown attachment
- add binary download routes for blobs/datasets/models and versioned object retrieval
- enforce ascending date-based ordering in list endpoints for workflows/tasks/objects
- add OpenAPI generation workflow under docs/openapi/scripts/generate_openapi.py
- wire OpenAPI generation into make docs and publish artifacts in docs output
- add/expand docs for API contract, architecture, and ReadTheDocs OpenAPI download links
- add CLI command --start-webservice and switch make webservice to use CLI startup
- mark legacy flowcept_webserver as deprecated and add deprecation warnings for TaskQueryAPI(with_webserver=True)
- deprecate/skip legacy webserver test module and migrate Dask ML test to query via new FastAPI webservice
- harden ML test data loading with offline fallback (FakeData) to avoid MNIST download failures in containerized CI
- add/extend webservice tests and integration coverage; validated in Docker (15 passed)
Webservice
Fix(mqtt_interceptor): accept check_safe_stops in MQTTBrokerIntercept
Mqtt fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR consolidates major improvements across reporting, webservice APIs, docs, and agent workflows.
It introduces provenance reporting (Markdown cards + PDF reports), exposes report generation via webservice routes, and ships a new developer-first default guide to make end-to-end
adoption significantly easier.
Highlights
1) Reporting: Markdown + PDF
2) Webservice: FastAPI reporting/download + query routes
3) Agent + Skills integration
4) Documentation overhaul
5) CI and compatibility fixes
6) MQTT interceptor fix
Commit Context
This PR aggregates 23 commits from @renan-souza, @jackdmarquez, and CI bot, including:
Impact
PR text generated by codex 5.3