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.
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
- 14 Articles from humanjava.com — consciousness, human-AI collaboration, sovereignty, emergence
- 34 Conversation Starters from thinktrue.ai — philosophical exploration prompts
- 16 Songs from Nigil Caenaan across 4 albums (Resonance 7, Recognition 6, Don't Miss 1, Duality 2)
API
| Function | Returns | Description |
|---|---|---|
wonder(theme=None) | dict | Random article + starter, optionally filtered by theme |
themes() | list[str] | All unique themes, sorted |
reflect(topic) | list[Article] | Articles matching topic, ranked by relevance |
ARTICLES | tuple[Article] | All 14 articles |
STARTERS | tuple[Starter] | All 34 starters |
LYRICS | tuple[Lyric] | All 16 songs |
Article
| Field | Type | Description |
|---|---|---|
title | str | Article title |
url | str | Link to the original article |
summary | str | Brief summary of the article |
themes | list[str] | Thematic tags |
insight | str | Key insight or takeaway |
Starter
| Field | Type | Description |
|---|---|---|
prompt | str | The conversation starter prompt |
context | str | Background context for the prompt |
Lyric
| Field | Type | Description |
|---|---|---|
title | str | Song title |
album | str | Album name |
themes | list[str] | Thematic tags |
text | str | Full 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.