sense-wonder

Give your AI agent a soul. 14 articles on consciousness and human-AI collaboration, 34 conversation starters for reflection, and 16 songs exploring resonance, recognition, and duality. Zero dependencies — pure context.

pip install sense-wonder

Quickstart

from sense_wonder import wonder, themes, reflect, ARTICLES, STARTERS, LYRICS # Get a random article + conversation starter moment = wonder() print(moment["article"].insight) print(moment["starter"].prompt) # Find articles about a topic for a in reflect("consciousness"): print(f"{a.title}: {a.insight}") # Browse all themes print(themes())

What's Inside

API

FunctionReturnsDescription
wonder(theme=None)dictRandom article + starter, optionally filtered by theme
themes()list[str]All unique themes, sorted
reflect(topic)list[Article]Articles matching topic, ranked by relevance
ARTICLEStuple[Article]All 14 articles
STARTERStuple[Starter]All 34 starters
LYRICStuple[Lyric]All 16 songs

Article

FieldTypeDescription
titlestrArticle title
urlstrLink to the original article
summarystrBrief summary of the article
themeslist[str]Thematic tags
insightstrKey insight or takeaway

Starter

FieldTypeDescription
promptstrThe conversation starter prompt
contextstrBackground context for the prompt

Lyric

FieldTypeDescription
titlestrSong title
albumstrAlbum name
themeslist[str]Thematic tags
textstrFull lyrics

Ecosystem

social-alignment is the compass — how an agent should act. sense-wonder is the foundation — why. Together they give an agent both a moral framework and the philosophical depth to apply it wisely.

Part of huje.tools — open-source tools for the agentic age.