MCPcopy Create free account
hub / github.com/agent0ai/agent-zero / _project_header_for_save

Function _project_header_for_save

helpers/projects.py:553–558  ·  view source on GitHub ↗
(data: BasicProjectData)

Source from the content-addressed store, hash-verified

551
552
553def _project_header_for_save(data: BasicProjectData) -> dict:
554 header = dict(data)
555 header["include_agents_md"] = _normalize_include_agents_md(
556 header.get("include_agents_md", True)
557 )
558 return header
559
560
561def get_context_project_name(context: "AgentContext") -> str | None:

Callers 1

save_project_headerFunction · 0.85

Calls 2

getMethod · 0.45

Tested by

no test coverage detected