MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _empty_parsed_profile_fragment

Function _empty_parsed_profile_fragment

agents/coldstart-agent/main.py:560–569  ·  view source on GitHub ↗

Return an empty parse result for command-only bootstrap text.

()

Source from the content-addressed store, hash-verified

558
559
560def _empty_parsed_profile_fragment() -> Dict[str, Any]:
561 """Return an empty parse result for command-only bootstrap text."""
562 return {
563 "core_directions": {},
564 "methodology_preferences": {},
565 "topic_weights": {},
566 "interest_vector": [],
567 "taste_profile": {},
568 "inferred_topics": [],
569 }
570
571
572def _get_env_int(name: str, default: int) -> int:

Callers 1

parse_natural_languageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected