@stackbilt/aegis-core 0.8.0 → 0.8.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/adapters/voice/cloudflare-agent.ts +0 -0
- package/src/bluesky.ts +0 -0
- package/src/claude-tools/content.ts +0 -0
- package/src/claude-tools/email.ts +0 -0
- package/src/codebeast.ts +0 -0
- package/src/content/column.ts +0 -0
- package/src/content/hero-image.ts +0 -0
- package/src/content/index.ts +0 -0
- package/src/content/journal.ts +0 -0
- package/src/content/roundtable.ts +0 -0
- package/src/contracts/agenda-item.contract.ts +0 -0
- package/src/contracts/cc-task.contract.ts +0 -0
- package/src/contracts/goal.contract.ts +0 -0
- package/src/contracts/memory-entry.contract.ts +0 -0
- package/src/dashboard.ts +0 -0
- package/src/decision-docs.ts +0 -0
- package/src/dispatch.ts +0 -0
- package/src/edge-env.ts +0 -0
- package/src/exports.ts +0 -0
- package/src/github-projects.ts +0 -0
- package/src/kernel/argus-actions.ts +0 -0
- package/src/kernel/argus-correlation.ts +0 -0
- package/src/kernel/board.ts +0 -0
- package/src/kernel/classify-memory-topic.ts +0 -0
- package/src/kernel/executor-port.ts +0 -0
- package/src/kernel/executor-router.ts +0 -0
- package/src/kernel/grounding/fabrication-detector.ts +0 -0
- package/src/kernel/grounding/fanout.ts +0 -0
- package/src/kernel/grounding/semantic-sanhedrin.ts +0 -0
- package/src/kernel/grounding/verify.ts +0 -0
- package/src/kernel/grounding-layer.ts +0 -0
- package/src/kernel/insight-cache.ts +0 -0
- package/src/kernel/memory/insights.ts +0 -0
- package/src/kernel/memory-guardrails.ts +0 -0
- package/src/kernel/memory-service.ts +0 -0
- package/src/kernel/patterns.ts +0 -0
- package/src/kernel/port.ts +0 -0
- package/src/kernel/provider-factory.ts +0 -0
- package/src/kernel/resilience.ts +0 -0
- package/src/kernel/scheduled/agent-dispatch.ts +0 -0
- package/src/kernel/scheduled/argus-analytics.ts +0 -0
- package/src/kernel/scheduled/argus-heartbeat.ts +0 -0
- package/src/kernel/scheduled/argus-notify.ts +0 -0
- package/src/kernel/scheduled/board-sync.ts +0 -0
- package/src/kernel/scheduled/ci-watcher.ts +0 -0
- package/src/kernel/scheduled/content-drip.ts +0 -0
- package/src/kernel/scheduled/content.ts +0 -0
- package/src/kernel/scheduled/cost-report.ts +0 -0
- package/src/kernel/scheduled/dev-activity.ts +0 -0
- package/src/kernel/scheduled/dreaming/agenda-triage.ts +0 -0
- package/src/kernel/scheduled/dreaming/facts.ts +0 -0
- package/src/kernel/scheduled/dreaming/index.ts +0 -0
- package/src/kernel/scheduled/dreaming/pattern-synthesis.ts +0 -0
- package/src/kernel/scheduled/dreaming/persona.ts +0 -0
- package/src/kernel/scheduled/dreaming/symbolic.ts +0 -0
- package/src/kernel/scheduled/dreaming/task-proposals.ts +0 -0
- package/src/kernel/scheduled/entropy.ts +0 -0
- package/src/kernel/scheduled/feed-watcher.ts +0 -0
- package/src/kernel/scheduled/inbox-processor.ts +0 -0
- package/src/kernel/scheduled/issue-proposer.ts +0 -0
- package/src/kernel/scheduled/issue-watcher.ts +0 -0
- package/src/kernel/scheduled/pr-automerge.ts +0 -0
- package/src/kernel/scheduled/product-health.ts +0 -0
- package/src/kernel/scheduled/self-improvement.ts +0 -0
- package/src/kernel/scheduled/task-audit.ts +0 -0
- package/src/landing.ts +0 -0
- package/src/lib/audit-chain/chain.ts +0 -0
- package/src/lib/audit-chain/types.ts +0 -0
- package/src/lib/observability/errors.ts +0 -0
- package/src/operator/config.ts +0 -0
- package/src/operator/persona.ts +0 -0
- package/src/pulse.ts +0 -0
- package/src/routes/bluesky.ts +0 -0
- package/src/routes/codebeast.ts +0 -0
- package/src/routes/content.ts +0 -0
- package/src/routes/dynamic-tools.ts +0 -0
- package/src/routes/health.ts +1 -0
- package/src/routes/observability.ts +0 -0
- package/src/routes/operator-logs.ts +0 -0
- package/src/routes/pages.ts +2 -1
- package/src/schema-enums.ts +0 -0
- package/src/task-intelligence.ts +0 -0
- package/src/wiki/client.ts +0 -0
- package/src/wiki/types.ts +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackbilt/aegis-core",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.1",
|
|
4
4
|
"description": "Persistent AI agent framework for Cloudflare Workers. Multi-tier memory, autonomous goals, dreaming cycles, MCP native.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
File without changes
|
package/src/bluesky.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/codebeast.ts
CHANGED
|
File without changes
|
package/src/content/column.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/src/content/index.ts
CHANGED
|
File without changes
|
package/src/content/journal.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/dashboard.ts
CHANGED
|
File without changes
|
package/src/decision-docs.ts
CHANGED
|
File without changes
|
package/src/dispatch.ts
CHANGED
|
File without changes
|
package/src/edge-env.ts
CHANGED
|
File without changes
|
package/src/exports.ts
CHANGED
|
File without changes
|
package/src/github-projects.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/kernel/board.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/kernel/patterns.ts
CHANGED
|
File without changes
|
package/src/kernel/port.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/src/kernel/resilience.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/landing.ts
CHANGED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/src/operator/config.ts
CHANGED
|
File without changes
|
package/src/operator/persona.ts
CHANGED
|
File without changes
|
package/src/pulse.ts
CHANGED
|
File without changes
|
package/src/routes/bluesky.ts
CHANGED
|
File without changes
|
package/src/routes/codebeast.ts
CHANGED
|
File without changes
|
package/src/routes/content.ts
CHANGED
|
File without changes
|
|
File without changes
|
package/src/routes/health.ts
CHANGED
|
@@ -7,6 +7,7 @@ import { healthPage, type HealthData } from '../health-page.js';
|
|
|
7
7
|
/** Allow consuming apps to override the reported version (set by createAegisApp). */
|
|
8
8
|
let appVersion: string | undefined;
|
|
9
9
|
export function setAppVersion(v: string): void { appVersion = v; }
|
|
10
|
+
export function getAppVersion(): string { return appVersion ?? VERSION; }
|
|
10
11
|
|
|
11
12
|
interface CostHealthEntry {
|
|
12
13
|
spend_usd: number;
|
|
File without changes
|
|
File without changes
|
package/src/routes/pages.ts
CHANGED
|
@@ -8,6 +8,7 @@ import { chatPage } from '../ui.js';
|
|
|
8
8
|
import { landingPage } from '../landing.js';
|
|
9
9
|
import { dashboardPage, getDashboardData } from '../dashboard.js';
|
|
10
10
|
import { pulsePage, getPulseData } from '../pulse.js';
|
|
11
|
+
import { getAppVersion } from './health.js';
|
|
11
12
|
|
|
12
13
|
const DEFAULT_BODY_LIMIT = 100 * 1024;
|
|
13
14
|
|
|
@@ -38,7 +39,7 @@ pages.get('/chat', (c) => {
|
|
|
38
39
|
// ─── Pulse ──────────────────────────────────────────────────
|
|
39
40
|
|
|
40
41
|
pages.get('/pulse', async (c) => {
|
|
41
|
-
const data = await getPulseData(c.env.DB);
|
|
42
|
+
const data = await getPulseData(c.env.DB, getAppVersion(), c.env.MEMORY);
|
|
42
43
|
return c.html(pulsePage(data));
|
|
43
44
|
});
|
|
44
45
|
|
package/src/schema-enums.ts
CHANGED
|
File without changes
|
package/src/task-intelligence.ts
CHANGED
|
File without changes
|
package/src/wiki/client.ts
CHANGED
|
File without changes
|
package/src/wiki/types.ts
CHANGED
|
File without changes
|