Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
This repository implements a Flask-based automation platform. The two most
Sign in to like and favorite skills
This repository implements a Flask-based automation platform. The two most important pieces are the
Driver and the APIServer classes located in
AFL/automation/APIServer/.
AFL/automation/APIServer/Driver.py.Driver.queued and Driver.unqueued to mark methods for
asynchronous queue execution or immediate execution.PersistentConfig object for storing configuration options.execute, set_sample, deposit_obj, and
retrieve_obj that are used by the server.AFL/automation/APIServer/APIServer.py.QueueDaemon to run queued driver methods./enqueue for queued tasks and /query_driver for unqueued
operations, among many others.Client class (AFL/automation/APIServer/Client.py) provides a Python
interface to interact with the server.test/ and may rely on optional dependencies listed in
requirements-basic.txt.docs/source/tutorials/quick-start.rst
and docs/source/explanation/architecture.rst.