MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / get_session

Method get_session

parallel_orchestrator.py:227–229  ·  view source on GitHub ↗

Get a new database session.

(self)

Source from the content-addressed store, hash-verified

225 self._engine, self._session_maker = create_database(project_dir)
226
227 def get_session(self):
228 """Get a new database session."""
229 return self._session_maker()
230
231 def _get_random_passing_feature(self) -> int | None:
232 """Get a random passing feature for regression testing (no claim needed).

Callers 12

_get_test_batchMethod · 0.95
get_ready_featuresMethod · 0.95
get_all_completeMethod · 0.95
get_passing_countMethod · 0.95
start_featureMethod · 0.95
start_feature_batchMethod · 0.95
_spawn_coding_agentMethod · 0.95
_on_agent_completeMethod · 0.95
run_loopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected