MCPcopy Create free account
hub / github.com/T0UGH/codex-self-evolution-plugin / main

Function main

src/codex_self_evolution/csep.py:88–94  ·  view source on GitHub ↗
(argv: list[str] | None = None)

Source from the content-addressed store, hash-verified

86
87
88def main(argv: list[str] | None = None) -> int:
89 parser = build_parser()
90 args = parser.parse_args(argv)
91 if args.command == "recall":
92 return _handle_recall(args)
93 parser.error(f"unknown command: {args.command}")
94 return 2
95
96
97if __name__ == "__main__":

Callers 1

csep.pyFile · 0.70

Calls 2

_handle_recallFunction · 0.85
build_parserFunction · 0.70

Tested by

no test coverage detected