You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Report results from public FlowMemory tester lanes.
3
+
title: "[Public Tester]: "
4
+
labels:
5
+
- public-tester
6
+
- tester-report
7
+
body:
8
+
- type: markdown
9
+
attributes:
10
+
value: |
11
+
Thanks for testing FlowMemory. Do not include private keys, seed phrases, RPC credentials, API keys, webhook URLs, wallet secrets, or private user data.
12
+
- type: dropdown
13
+
id: lane
14
+
attributes:
15
+
label: Tester Lane
16
+
description: Which public tester lane did you run?
17
+
options:
18
+
- Quick JS smoke
19
+
- Public-agent contracts
20
+
- Local public-agent e2e
21
+
- Dashboard workbench
22
+
- CLI / control-plane trial
23
+
- Documentation review
24
+
- Other public local/test path
25
+
validations:
26
+
required: true
27
+
- type: textarea
28
+
id: environment
29
+
attributes:
30
+
label: Environment
31
+
description: OS, shell, Node/npm versions, Foundry version if relevant, browser if relevant.
32
+
placeholder: |
33
+
OS: Windows 11
34
+
Shell: PowerShell 7
35
+
Node: v22.x
36
+
npm: 10.x
37
+
Forge: 1.x
38
+
validations:
39
+
required: true
40
+
- type: textarea
41
+
id: commands
42
+
attributes:
43
+
label: Commands Run
44
+
description: Exact commands, in order.
45
+
placeholder: |
46
+
npm install
47
+
npm run public:test:quick
48
+
validations:
49
+
required: true
50
+
- type: dropdown
51
+
id: result
52
+
attributes:
53
+
label: Result
54
+
options:
55
+
- Passed
56
+
- Failed
57
+
- Partially passed
58
+
- Documentation unclear
59
+
- Could not run because prerequisite was missing
60
+
validations:
61
+
required: true
62
+
- type: textarea
63
+
id: evidence
64
+
attributes:
65
+
label: Evidence Or First Useful Error
66
+
description: Include the first useful error, short logs, screenshot notes, or returned JSON shape. Do not paste huge logs.
67
+
validations:
68
+
required: false
69
+
- type: textarea
70
+
id: expected
71
+
attributes:
72
+
label: Expected Or Suggested Improvement
73
+
description: What should have happened, or what would make this easier to test/use?
74
+
validations:
75
+
required: true
76
+
- type: checkboxes
77
+
id: safety
78
+
attributes:
79
+
label: Safety Check
80
+
options:
81
+
- label: I did not include private keys, seed phrases, RPC credentials, API keys, webhook URLs, wallet secrets, or private user data.
82
+
required: true
83
+
- label: I understand this is local/test public infrastructure, not a production/mainnet readiness claim.
Copy file name to clipboardExpand all lines: docs/CURRENT_STATE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ Repository operating system:
37
37
-`AGENTS.md` with shared agent instructions.
38
38
-`docs/START_HERE.md` with required reading order and local multi-agent worktree workflow.
39
39
- Source-of-truth docs for context, roadmap, architecture, security model, project charter, agent roles, and current state.
40
-
- Public-reader documentation now starts at `docs/PUBLIC_REPO_GUIDE.md`, with public-agent implementation details in `docs/PUBLIC_AGENT_NETWORK_TECHNICAL_GUIDE.md`, release status in `docs/PUBLIC_AGENT_NETWORK_RELEASE.md`, and tracked public gaps in `docs/PUBLIC_RELEASE_GAPS.md`.
40
+
- Public-reader documentation now starts at `docs/PUBLIC_REPO_GUIDE.md`, with tester lanes in `docs/PUBLIC_TESTER_GUIDE.md`, public-agent implementation details in `docs/PUBLIC_AGENT_NETWORK_TECHNICAL_GUIDE.md`, release status in `docs/PUBLIC_AGENT_NETWORK_RELEASE.md`, and tracked public gaps in `docs/PUBLIC_RELEASE_GAPS.md`.
This document names what exists for the public agent network, what is intentionally not claimed, and how reviewers can verify the current stack.
6
6
7
-
For the end-to-end reader guide, see `docs/PUBLIC_REPO_GUIDE.md`. For component-level details, see `docs/PUBLIC_AGENT_NETWORK_TECHNICAL_GUIDE.md`.
7
+
For the end-to-end reader guide, see `docs/PUBLIC_REPO_GUIDE.md`. For tester lanes, see `docs/PUBLIC_TESTER_GUIDE.md`. For component-level details, see `docs/PUBLIC_AGENT_NETWORK_TECHNICAL_GUIDE.md`.
Copy file name to clipboardExpand all lines: docs/PUBLIC_REPO_GUIDE.md
+35-12Lines changed: 35 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,21 @@
2
2
3
3
Status: public-reader guide for the current local/test repository release.
4
4
5
-
FlowMemory is a Base-native AI memory, Rootflow, public-agent-network, FlowChain local/test, and FlowRouter research repository. It is public so builders, reviewers, and operators can inspect the work, reproduce the local flows, and see the exact gaps that remain. It is not a production deployment, not an audited network, and not a mainnet-readiness claim.
5
+
FlowMemory is a Base-native agent memoryand accountability protocol workbench. It is public so builders, reviewers, and operators can inspect the agent-memory, Agent Bonds, public-agent, service, SDK, and dashboard surfaces; reproduce the local flows; and see the exact gaps that remain. Separate chain-devnet research also exists in this repository, but it is not the public-reader starting point.
6
6
7
7
## The Short Version
8
8
9
-
FlowMemory makes agent memory explicitand replayable without pretending heavy AI state belongs on-chain.
9
+
FlowMemory makes agent work explicit, replayable, and economically accountable without pretending heavy AI state belongs on-chain.
10
10
11
11
The repository currently contains:
12
12
13
13
- local/test Solidity contracts for FlowPulse, Rootfield, Base on-chain agent memory, Agent Bonds, and the public-agent network;
0 commit comments