Opening the APC/APX working line: portable context, local runtime, predictable agents #1
tecnomanu
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is the first public discussion for the Agent Project Context organization.
APC and APX are being built around one practical idea: agent projects need a stable context layer and a runtime layer that can act on it without mixing durable project knowledge with private sessions, credentials, or tool state.
Current working line
We are focusing on four connected areas:
Portable project context
Local runtime orchestration
Deterministic automation around agents
pre_commands -> prompt -> agent result -> post_commands.Clear handoff variables
{{pre_output}},$APX_LLM_OUTPUT,$APX_STATUS,$APX_SKIPPED,$APX_PRE_OUTPUT,$APX_PRE_OUTPUT_FILE,$APX_PRE_EXIT, and$APX_ROUTINEshould make every stage easier to inspect and debug.What we want from discussions
Use this space for:
First useful threads to start
Good first discussions would be:
.apc/and what must stay runtime-localpre_commandsandpost_commandsexec_agentvssuper_agentThe goal is not to make agents magical. The goal is to make agent work repeatable, inspectable, and safe enough to share across tools and teams.
If you are experimenting with APC or APX, open a discussion with the workflow you are trying to build. Concrete use cases will shape the roadmap better than abstract feature lists.
Beta Was this translation helpful? Give feedback.
All reactions