AQIT 0.1.0
Loading...
Searching...
No Matches
sync_dispatch.py File Reference

Go to the source code of this file.

Namespaces

namespace  aquin
namespace  aquin.engine
namespace  aquin.engine.sync_dispatch

Functions

dict[str, Any]|None aquin.engine.sync_dispatch._resolve_card (str tool_name, Any result, dict[str, Any]|None card)
Any aquin.engine.sync_dispatch._result_content (str tool_name, Any result, dict[str, Any]|None card)
str aquin.engine.sync_dispatch._track (*, str tool_name, str|None command, dict[str, Any] args, Any result, dict[str, Any]|None card, int duration_ms, bool exit_ok)
None aquin.engine.sync_dispatch._emit_tracked (str name, str record_id)
None aquin.engine.sync_dispatch.track_cli_result (str tool_name, dict[str, Any] args, Any result, *, dict[str, Any]|None card=None, str|None command=None, str|None label=None)
dict[str, Any] aquin.engine.sync_dispatch.dispatch_with_tracking (str name, dict[str, Any] args, dict[str, Any] ctx, *, str|None command=None)
dict[str, Any] aquin.engine.sync_dispatch._finish_tracked_dispatch (str name, dict[str, Any] args, dict[str, Any] ctx, Any result, *, str|None command=None)
dict[str, Any] aquin.engine.sync_dispatch.dispatch_model_free (str name, dict[str, Any] args, dict[str, Any] ctx, *, str|None command=None)
dict[str, Any] aquin.engine.sync_dispatch.run_dispatch (str name, dict[str, Any] args, dict[str, Any] ctx, *, str|None command=None, str|None ensure_model=None, float timeout=1800)
None aquin.engine.sync_dispatch.sync_cli_result (dict[str, Any] ctx, str tool_name, dict[str, Any] args, Any result, *, dict[str, Any]|None card=None, str|None command=None)
dict[str, str] aquin.engine.sync_dispatch.session_ctx_from_state ()
dict[str, str] aquin.engine.sync_dispatch.require_session_ctx (*, str label)
None aquin.engine.sync_dispatch.require_active_session (dict[str, Any] ctx, *, str label="this command")
bool aquin.engine.sync_dispatch.push_tool_pair (**Any kwargs)

Variables

dict[str, Any] aquin.engine.sync_dispatch.dispatch_with_sync = dispatch_with_tracking