cd /news/ai-agents/powercontext-context-for-work-that-h… · home topics ai-agents article
[ARTICLE · art-129766] src=github.com ↗ pub= topic=ai-agents verified=true sentiment=· neutral

PowerContext, Context for work that humans and agents hand off and continue

OceanBase released PowerContext 1.0.0, a tool that preserves work context across handoffs between humans and AI agents by storing durable information as Memory and organizing objectives into a Handoff. The release requires Python 3.11+ along with Git, uv, and an agent CLI, supports macOS and Linux with Windows labeled experimental, and installs via `uv tool install --force "powercontext[cli,server]==1.0.0"`. The guided setup wizard offers Full memory capabilities, which needs separate Generation and Embedding API credentials, or Basic memory without additional model APIs.

read4 min views1 publishedSep 15, 2026
PowerContext, Context for work that humans and agents hand off and continue
Image: Michielbdejong (auto-discovered)

Context for work that humans and agents hand off and continue.

Work rarely ends with whoever starts it. You hand a task to an agent, the agent gets part of the way, and later you or someone else takes over. The reasoning and current state often stay behind in that conversation.

PowerContext keeps context with the work across conversations. When you return, you can see what happened and continue from the current state. A new agent can do the same.

Website · Installation walkthrough

PowerContext 1.0.0 includes the guided setup. The commands below install the stable release and connect the matching Agent integration.

You see the context the work needs now: confirmed decisions, constraints, progress, evidence, and next steps. You can continue from there or hand the work to another person or agent without rereading the full history.

You decide what will matter later and what needs to move with the task. PowerContext stores durable information as Memory and organizes the current objective and state into a Handoff. You can record reusable approaches as Experience or Skill. PowerContext keeps every item within the scope of the work and preserves its sources and earlier revisions.

You need Git, uv, and your Agent's CLI. Python 3.11+ is required; uv can provision it. macOS and Linux are supported; Windows support is experimental.

Install 1.0.0 and open the interactive configuration wizard in a dedicated directory:

uv tool install --force "powercontext[cli,server]==1.0.0"
mkdir -p powercontext-config
cd powercontext-config
powercontext config init --language en --output .env

If Python dependency downloads are slow or fail, follow the mirror retry instructions.

The wizard asks about storage, local or remote access, memory capabilities, Dashboard, model APIs, and Agent connections. Choose Full memory capabilities to test automatic Memory and Topic Memory; this requires separate Generation and Embedding API credentials. An Agent subscription does not provide those Server credentials. Choose Basic memory to save and retrieve memories explicitly without additional model APIs.

The wizard writes one .env environment file and .env.next-steps.md. If seekdb needs installing, it asks once and installs the dependency in the background. Follow the printed connection details and start Server in this terminal:

powercontext server run --env-file .env

Keep Server running. In another terminal, return to powercontext-config, load only the client settings, and check the connection:

set -a
. ./.env
set +a
powercontext ready
powercontext capabilities

Continue with .env.next-steps.md to create and bind the selected Scopes, install the matching plugins, and launch a new Agent session. The complete walkthrough covers Codex and Claude Code, Dashboard login, SSH forwarding, HTTPS prerequisites, and observable acceptance checks. For example, the matching Codex installation is:

powercontext setup codex --ref powercontext-v1.0.0
powercontext doctor codex

doctor verifies integration setup. To verify automatic memory, check that a real prompt becomes a Source, produces a Topic, evolves after a related prompt, and can be recalled in a new session using the same Scope.

For a Server on another machine, use HTTPS or follow the remote connection guide. Setup recognizes remote HTTP URLs from flags or environment variables and asks for explicit consent; automated setup uses --allow-insecure-http.

Codex is official; other hosts and Python Agent frameworks are community; Bub is evaluation only. These tags describe PowerContext integration maintenance and use. See the capability matrix for supported features and availability.

| <sub>Codex</sub> | <sub>** Claude Code**</sub> | <sub>** DeepSeek Harness**</sub> | <sub>** Hermes Agent**</sub> | <sub>** Pi Coding Agent**</sub> | <sub>** OpenClaw**</sub> | | <sub>OpenCode</sub> | <sub>** WorkBuddy**</sub> | <sub>** Bub**</sub> | <sub>** Pydantic AI**</sub> | <sub>** LangChain**</sub> | <sub>** LangGraph**</sub> |

Applications can use PowerContext through the async Python client, HTTP API, MCP, or the in-process Core SDK. See the interface reference to choose an entry point.

Explore the 22 Chinese Jupyter tutorials and a complete team workflow to run Memory, context preparation, Handoff, Experience, Skill, and a real Agent step by step. The first seven tutorials need no model or API key.

See the methods, full results, and limitations behind these comparisons.

make install
make check
make test

See CONTRIBUTING.md for the complete development workflow.

PowerContext is the successor to PowerMem.

Thank you to everyone who contributes to PowerContext. ❤️

See all contributors · Start contributing

PowerContext is licensed under the Apache License 2.0.

── more in #ai-agents 4 stories · sorted by recency
── more on @powercontext 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/powercontext-context…] indexed:0 read:4min 2026-09-15 ·