afa-client 0.2.0__tar.gz

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.
@@ -0,0 +1,58 @@
1
+ # Python
2
+ __pycache__/
3
+ *.py[cod]
4
+ *$py.class
5
+ *.egg-info/
6
+ dist/
7
+ build/
8
+ .eggs/
9
+
10
+ # Virtual environments
11
+ .venv/
12
+ venv/
13
+
14
+ # IDE
15
+ .idea/
16
+ .vscode/
17
+ *.swp
18
+ *.swo
19
+
20
+ # Testing
21
+ .pytest_cache/
22
+ .mypy_cache/
23
+ .ruff_cache/
24
+ .coverage
25
+ htmlcov/
26
+ coverage.xml
27
+ test-results.xml
28
+
29
+ # AFA runtime
30
+ .afa/
31
+ .afa_chroma/
32
+ dialogue_state/
33
+ state/
34
+ *.sqlite3
35
+
36
+ # OS
37
+ .DS_Store
38
+ Thumbs.db
39
+
40
+ # Secrets (never commit)
41
+ .env
42
+ .env.local
43
+ *.pem
44
+
45
+ # Evidence screenshots (local only)
46
+ docs/evidence/*.png
47
+
48
+ # Poetry
49
+ poetry.toml
50
+
51
+ # Terraform
52
+ .terraform/
53
+ *.tfstate
54
+ *.tfstate.backup
55
+ *.tfvars
56
+
57
+ # Playwright
58
+ .playwright-mcp/
@@ -0,0 +1,189 @@
1
+ Apache License
2
+ Version 2.0, January 2004
3
+ http://www.apache.org/licenses/
4
+
5
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
6
+
7
+ 1. Definitions.
8
+
9
+ "License" shall mean the terms and conditions for use, reproduction,
10
+ and distribution as defined by Sections 1 through 9 of this document.
11
+
12
+ "Licensor" shall mean the copyright owner or entity authorized by
13
+ the copyright owner that is granting the License.
14
+
15
+ "Legal Entity" shall mean the union of the acting entity and all
16
+ other entities that control, are controlled by, or are under common
17
+ control with that entity. For the purposes of this definition,
18
+ "control" means (i) the power, direct or indirect, to cause the
19
+ direction or management of such entity, whether by contract or
20
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
21
+ outstanding shares, or (iii) beneficial ownership of such entity.
22
+
23
+ "You" (or "Your") shall mean an individual or Legal Entity
24
+ exercising permissions granted by this License.
25
+
26
+ "Source" form shall mean the preferred form for making modifications,
27
+ including but not limited to software source code, documentation
28
+ source, and configuration files.
29
+
30
+ "Object" form shall mean any form resulting from mechanical
31
+ transformation or translation of a Source form, including but
32
+ not limited to compiled object code, generated documentation,
33
+ and conversions to other media types.
34
+
35
+ "Work" shall mean the work of authorship, whether in Source or
36
+ Object form, made available under the License, as indicated by a
37
+ copyright notice that is included in or attached to the work.
38
+
39
+ "Derivative Works" shall mean any work, whether in Source or Object
40
+ form, that is based on (or derived from) the Work and for which the
41
+ editorial revisions, annotations, elaborations, or other modifications
42
+ represent, as a whole, an original work of authorship. For the purposes
43
+ of this License, Derivative Works shall not include works that remain
44
+ separable from, or merely link (or bind by name) to the interfaces of,
45
+ the Work and Derivative Works thereof.
46
+
47
+ "Contribution" shall mean any work of authorship, including
48
+ the original version of the Work and any modifications or additions
49
+ to that Work or Derivative Works thereof, that is intentionally
50
+ submitted to the Licensor for inclusion in the Work by the copyright owner
51
+ or by an individual or Legal Entity authorized to submit on behalf of
52
+ the copyright owner. For the purposes of this definition, "submitted"
53
+ means any form of electronic, verbal, or written communication sent
54
+ to the Licensor or its representatives, including but not limited to
55
+ communication on electronic mailing lists, source code control systems,
56
+ and issue tracking systems that are managed by, or on behalf of, the
57
+ Licensor for the purpose of discussing and improving the Work, but
58
+ excluding communication that is conspicuously marked or otherwise
59
+ designated in writing by the copyright owner as "Not a Contribution."
60
+
61
+ "Contributor" shall mean Licensor and any individual or Legal Entity
62
+ on behalf of whom a Contribution has been received by the Licensor and
63
+ subsequently incorporated within the Work.
64
+
65
+ 2. Grant of Copyright License. Subject to the terms and conditions of
66
+ this License, each Contributor hereby grants to You a perpetual,
67
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
68
+ copyright license to reproduce, prepare Derivative Works of,
69
+ publicly display, publicly perform, sublicense, and distribute the
70
+ Work and such Derivative Works in Source or Object form.
71
+
72
+ 3. Grant of Patent License. Subject to the terms and conditions of
73
+ this License, each Contributor hereby grants to You a perpetual,
74
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
75
+ (except as stated in this section) patent license to make, have made,
76
+ use, offer to sell, sell, import, and otherwise transfer the Work,
77
+ where such license applies only to those patent claims licensable
78
+ by such Contributor that are necessarily infringed by their
79
+ Contribution(s) alone or by combination of their Contribution(s)
80
+ with the Work to which such Contribution(s) was submitted. If You
81
+ institute patent litigation against any entity (including a
82
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
83
+ or a Contribution incorporated within the Work constitutes direct
84
+ or contributory patent infringement, then any patent licenses
85
+ granted to You under this License for that Work shall terminate
86
+ as of the date such litigation is filed.
87
+
88
+ 4. Redistribution. You may reproduce and distribute copies of the
89
+ Work or Derivative Works thereof in any medium, with or without
90
+ modifications, and in Source or Object form, provided that You
91
+ meet the following conditions:
92
+
93
+ (a) You must give any other recipients of the Work or
94
+ Derivative Works a copy of this License; and
95
+
96
+ (b) You must cause any modified files to carry prominent notices
97
+ stating that You changed the files; and
98
+
99
+ (c) You must retain, in the Source form of any Derivative Works
100
+ that You distribute, all copyright, patent, trademark, and
101
+ attribution notices from the Source form of the Work,
102
+ excluding those notices that do not pertain to any part of
103
+ the Derivative Works; and
104
+
105
+ (d) If the Work includes a "NOTICE" text file as part of its
106
+ distribution, then any Derivative Works that You distribute must
107
+ include a readable copy of the attribution notices contained
108
+ within such NOTICE file, excluding any notices that do not
109
+ pertain to any part of the Derivative Works, in at least one
110
+ of the following places: within a NOTICE text file distributed
111
+ as part of the Derivative Works; within the Source form or
112
+ documentation, if provided along with the Derivative Works; or,
113
+ within a display generated by the Derivative Works, if and
114
+ wherever such third-party notices normally appear. The contents
115
+ of the NOTICE file are for informational purposes only and
116
+ do not modify the License. You may add Your own attribution
117
+ notices within Derivative Works that You distribute, alongside
118
+ or as an addendum to the NOTICE text from the Work, provided
119
+ that such additional attribution notices cannot be construed
120
+ as modifying the License.
121
+
122
+ You may add Your own copyright statement to Your modifications and
123
+ may provide additional or different license terms and conditions
124
+ for use, reproduction, or distribution of Your modifications, or
125
+ for any such Derivative Works as a whole, provided Your use,
126
+ reproduction, and distribution of the Work otherwise complies with
127
+ the conditions stated in this License.
128
+
129
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
130
+ any Contribution intentionally submitted for inclusion in the Work
131
+ by You to the Licensor shall be under the terms and conditions of
132
+ this License, without any additional terms or conditions.
133
+ Notwithstanding the above, nothing herein shall supersede or modify
134
+ the terms of any separate license agreement you may have executed
135
+ with Licensor regarding such Contributions.
136
+
137
+ 6. Trademarks. This License does not grant permission to use the trade
138
+ names, trademarks, service marks, or product names of the Licensor,
139
+ except as required for reasonable and customary use in describing the
140
+ origin of the Work and reproducing the content of the NOTICE file.
141
+
142
+ 7. Disclaimer of Warranty. Unless required by applicable law or
143
+ agreed to in writing, Licensor provides the Work (and each
144
+ Contributor provides its Contributions) on an "AS IS" BASIS,
145
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
146
+ implied, including, without limitation, any warranties or conditions
147
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
148
+ PARTICULAR PURPOSE. You are solely responsible for determining the
149
+ appropriateness of using or redistributing the Work and assume any
150
+ risks associated with Your exercise of permissions under this License.
151
+
152
+ 8. Limitation of Liability. In no event and under no legal theory,
153
+ whether in tort (including negligence), contract, or otherwise,
154
+ unless required by applicable law (such as deliberate and grossly
155
+ negligent acts) or agreed to in writing, shall any Contributor be
156
+ liable to You for damages, including any direct, indirect, special,
157
+ incidental, or consequential damages of any character arising as a
158
+ result of this License or out of the use or inability to use the
159
+ Work (including but not limited to damages for loss of goodwill,
160
+ work stoppage, computer failure or malfunction, or any and all
161
+ other commercial damages or losses), even if such Contributor
162
+ has been advised of the possibility of such damages.
163
+
164
+ 9. Accepting Warranty or Additional Liability. While redistributing
165
+ the Work or Derivative Works thereof, You may choose to offer,
166
+ and charge a fee for, acceptance of support, warranty, indemnity,
167
+ or other liability obligations and/or rights consistent with this
168
+ License. However, in accepting such obligations, You may act only
169
+ on Your own behalf and on Your sole responsibility, not on behalf
170
+ of any other Contributor, and only if You agree to indemnify,
171
+ defend, and hold each Contributor harmless for any liability
172
+ incurred by, or claims asserted against, such Contributor by reason
173
+ of your accepting any such warranty or additional liability.
174
+
175
+ END OF TERMS AND CONDITIONS
176
+
177
+ Copyright 2025-2026 Undercurrent Holdings LLC
178
+
179
+ Licensed under the Apache License, Version 2.0 (the "License");
180
+ you may not use this file except in compliance with the License.
181
+ You may obtain a copy of the License at
182
+
183
+ http://www.apache.org/licenses/LICENSE-2.0
184
+
185
+ Unless required by applicable law or agreed to in writing, software
186
+ distributed under the License is distributed on an "AS IS" BASIS,
187
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
188
+ See the License for the specific language governing permissions and
189
+ limitations under the License.
@@ -0,0 +1,132 @@
1
+ Metadata-Version: 2.4
2
+ Name: afa-client
3
+ Version: 0.2.0
4
+ Summary: Python client for the AFA API -- autonomous code evolution with 9 quantitative gates
5
+ Project-URL: Homepage, https://afa.undercurrentholdings.com
6
+ Project-URL: Documentation, https://afa.undercurrentholdings.com
7
+ Project-URL: Portal, https://portal.veiltide.com
8
+ Author-email: Undercurrent Holdings <engineering@veiltide.com>
9
+ License-Expression: Apache-2.0
10
+ License-File: LICENSE
11
+ Keywords: ai,automation,code-analysis,code-quality,enhancement,gates
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Intended Audience :: Developers
14
+ Classifier: License :: OSI Approved :: Apache Software License
15
+ Classifier: Programming Language :: Python :: 3
16
+ Classifier: Programming Language :: Python :: 3.9
17
+ Classifier: Programming Language :: Python :: 3.10
18
+ Classifier: Programming Language :: Python :: 3.11
19
+ Classifier: Programming Language :: Python :: 3.12
20
+ Classifier: Programming Language :: Python :: 3.13
21
+ Classifier: Topic :: Software Development :: Quality Assurance
22
+ Classifier: Topic :: Software Development :: Testing
23
+ Classifier: Typing :: Typed
24
+ Requires-Python: >=3.9
25
+ Requires-Dist: httpx[http2]>=0.27
26
+ Provides-Extra: dev
27
+ Requires-Dist: mypy>=1.10; extra == 'dev'
28
+ Requires-Dist: pytest-asyncio>=0.23; extra == 'dev'
29
+ Requires-Dist: pytest>=8.0; extra == 'dev'
30
+ Requires-Dist: ruff>=0.4; extra == 'dev'
31
+ Description-Content-Type: text/markdown
32
+
33
+ # AFA Client SDK
34
+
35
+ Python client for the [AFA](https://afa.undercurrentholdings.com) REST API: autonomous code evolution with 9 quantitative gates.
36
+
37
+ ```bash
38
+ pip install afa-client
39
+ ```
40
+
41
+ ## Quick start
42
+
43
+ ```python
44
+ from afa_client import AFA
45
+
46
+ client = AFA(api_key="uk_afa_...")
47
+
48
+ # Analyze code
49
+ result = client.analyze(code="def hello(name):\n print('Hello ' + name)")
50
+ for r in result.results:
51
+ print(r["scores"])
52
+ for finding in r["findings"]:
53
+ print(f" [{finding['severity']}] {finding['message']}")
54
+
55
+ # Generate and gate-check an enhancement
56
+ enhanced = client.enhance(
57
+ code="def hello(name):\n print('Hello ' + name)",
58
+ dry_run=True,
59
+ )
60
+ print(enhanced.status) # "pass" if all 9 gates passed
61
+ ```
62
+
63
+ ## Async
64
+
65
+ ```python
66
+ from afa_client import AsyncAFA
67
+
68
+ async with AsyncAFA(api_key="uk_afa_...") as client:
69
+ result = await client.analyze(code="def foo(): pass")
70
+ ```
71
+
72
+ ## Authentication
73
+
74
+ Pass your API key directly or set it as an environment variable:
75
+
76
+ ```bash
77
+ export AFA_API_KEY="uk_afa_..."
78
+ ```
79
+
80
+ Get your key at [portal.veiltide.com](https://portal.veiltide.com).
81
+
82
+ ## Methods
83
+
84
+ | Method | Description |
85
+ |--------|-------------|
86
+ | `analyze(code, language, depth)` | Analyze code with 4 AI agents |
87
+ | `enhance(code, language, dry_run)` | Generate enhancement + run 9 gates |
88
+ | `gate_check(metrics)` | Evaluate raw metrics against gates |
89
+ | `health()` | API health check (no auth) |
90
+ | `history(last)` | Query audit trail |
91
+ | `metrics()` | Prometheus metrics |
92
+ | `get_profile()` | Customer profile + tier |
93
+ | `get_usage(month)` | Monthly usage report |
94
+ | `list_keys()` | List API keys |
95
+ | `create_key(name)` | Create new API key |
96
+ | `revoke_key(key_id)` | Revoke an API key |
97
+
98
+ ## Error handling
99
+
100
+ ```python
101
+ from afa_client import AFA, RateLimitError, AuthenticationError
102
+
103
+ client = AFA()
104
+ try:
105
+ result = client.analyze(code="def foo(): pass")
106
+ except RateLimitError as e:
107
+ print(f"Rate limited. Retry after {e.retry_after}s")
108
+ except AuthenticationError:
109
+ print("Invalid API key")
110
+ ```
111
+
112
+ ## Configuration
113
+
114
+ | Parameter | Env var | Default |
115
+ |-----------|---------|---------|
116
+ | `api_key` | `AFA_API_KEY` | Required |
117
+ | `base_url` | `AFA_BASE_URL` | `https://api.afa.undercurrentholdings.com` |
118
+ | `timeout` | -- | 30s |
119
+ | `max_retries` | -- | 2 |
120
+
121
+ ## Security
122
+
123
+ - TLS enforced on all non-localhost connections
124
+ - API key transmitted only in `Authorization: Bearer` header
125
+ - Key masking in all error messages and repr output
126
+ - Automatic retry with exponential backoff + jitter
127
+ - Idempotency keys on mutating requests
128
+ - HTTP/2 enabled by default
129
+
130
+ ## License
131
+
132
+ Apache 2.0
@@ -0,0 +1,100 @@
1
+ # AFA Client SDK
2
+
3
+ Python client for the [AFA](https://afa.undercurrentholdings.com) REST API: autonomous code evolution with 9 quantitative gates.
4
+
5
+ ```bash
6
+ pip install afa-client
7
+ ```
8
+
9
+ ## Quick start
10
+
11
+ ```python
12
+ from afa_client import AFA
13
+
14
+ client = AFA(api_key="uk_afa_...")
15
+
16
+ # Analyze code
17
+ result = client.analyze(code="def hello(name):\n print('Hello ' + name)")
18
+ for r in result.results:
19
+ print(r["scores"])
20
+ for finding in r["findings"]:
21
+ print(f" [{finding['severity']}] {finding['message']}")
22
+
23
+ # Generate and gate-check an enhancement
24
+ enhanced = client.enhance(
25
+ code="def hello(name):\n print('Hello ' + name)",
26
+ dry_run=True,
27
+ )
28
+ print(enhanced.status) # "pass" if all 9 gates passed
29
+ ```
30
+
31
+ ## Async
32
+
33
+ ```python
34
+ from afa_client import AsyncAFA
35
+
36
+ async with AsyncAFA(api_key="uk_afa_...") as client:
37
+ result = await client.analyze(code="def foo(): pass")
38
+ ```
39
+
40
+ ## Authentication
41
+
42
+ Pass your API key directly or set it as an environment variable:
43
+
44
+ ```bash
45
+ export AFA_API_KEY="uk_afa_..."
46
+ ```
47
+
48
+ Get your key at [portal.veiltide.com](https://portal.veiltide.com).
49
+
50
+ ## Methods
51
+
52
+ | Method | Description |
53
+ |--------|-------------|
54
+ | `analyze(code, language, depth)` | Analyze code with 4 AI agents |
55
+ | `enhance(code, language, dry_run)` | Generate enhancement + run 9 gates |
56
+ | `gate_check(metrics)` | Evaluate raw metrics against gates |
57
+ | `health()` | API health check (no auth) |
58
+ | `history(last)` | Query audit trail |
59
+ | `metrics()` | Prometheus metrics |
60
+ | `get_profile()` | Customer profile + tier |
61
+ | `get_usage(month)` | Monthly usage report |
62
+ | `list_keys()` | List API keys |
63
+ | `create_key(name)` | Create new API key |
64
+ | `revoke_key(key_id)` | Revoke an API key |
65
+
66
+ ## Error handling
67
+
68
+ ```python
69
+ from afa_client import AFA, RateLimitError, AuthenticationError
70
+
71
+ client = AFA()
72
+ try:
73
+ result = client.analyze(code="def foo(): pass")
74
+ except RateLimitError as e:
75
+ print(f"Rate limited. Retry after {e.retry_after}s")
76
+ except AuthenticationError:
77
+ print("Invalid API key")
78
+ ```
79
+
80
+ ## Configuration
81
+
82
+ | Parameter | Env var | Default |
83
+ |-----------|---------|---------|
84
+ | `api_key` | `AFA_API_KEY` | Required |
85
+ | `base_url` | `AFA_BASE_URL` | `https://api.afa.undercurrentholdings.com` |
86
+ | `timeout` | -- | 30s |
87
+ | `max_retries` | -- | 2 |
88
+
89
+ ## Security
90
+
91
+ - TLS enforced on all non-localhost connections
92
+ - API key transmitted only in `Authorization: Bearer` header
93
+ - Key masking in all error messages and repr output
94
+ - Automatic retry with exponential backoff + jitter
95
+ - Idempotency keys on mutating requests
96
+ - HTTP/2 enabled by default
97
+
98
+ ## License
99
+
100
+ Apache 2.0
@@ -0,0 +1,68 @@
1
+ [build-system]
2
+ requires = ["hatchling"]
3
+ build-backend = "hatchling.build"
4
+
5
+ [project]
6
+ name = "afa-client"
7
+ dynamic = ["version"]
8
+ description = "Python client for the AFA API -- autonomous code evolution with 9 quantitative gates"
9
+ readme = "README.md"
10
+ license = "Apache-2.0"
11
+ requires-python = ">=3.9"
12
+ authors = [
13
+ { name = "Undercurrent Holdings", email = "engineering@veiltide.com" },
14
+ ]
15
+ keywords = ["code-analysis", "ai", "code-quality", "automation", "gates", "enhancement"]
16
+ classifiers = [
17
+ "Development Status :: 4 - Beta",
18
+ "Intended Audience :: Developers",
19
+ "License :: OSI Approved :: Apache Software License",
20
+ "Programming Language :: Python :: 3",
21
+ "Programming Language :: Python :: 3.9",
22
+ "Programming Language :: Python :: 3.10",
23
+ "Programming Language :: Python :: 3.11",
24
+ "Programming Language :: Python :: 3.12",
25
+ "Programming Language :: Python :: 3.13",
26
+ "Topic :: Software Development :: Quality Assurance",
27
+ "Topic :: Software Development :: Testing",
28
+ "Typing :: Typed",
29
+ ]
30
+ dependencies = [
31
+ "httpx[http2]>=0.27",
32
+ ]
33
+
34
+ [project.optional-dependencies]
35
+ dev = [
36
+ "pytest>=8.0",
37
+ "pytest-asyncio>=0.23",
38
+ "ruff>=0.4",
39
+ "mypy>=1.10",
40
+ ]
41
+
42
+ [project.urls]
43
+ Homepage = "https://afa.undercurrentholdings.com"
44
+ Documentation = "https://afa.undercurrentholdings.com"
45
+ Portal = "https://portal.veiltide.com"
46
+
47
+ [tool.hatch.version]
48
+ path = "src/afa_client/_version.py"
49
+
50
+ [tool.hatch.build.targets.wheel]
51
+ packages = ["src/afa_client"]
52
+
53
+ [tool.ruff]
54
+ target-version = "py39"
55
+ line-length = 100
56
+
57
+ [tool.ruff.lint]
58
+ select = ["E", "F", "W", "I", "UP", "B", "SIM", "TCH"]
59
+
60
+ [tool.mypy]
61
+ python_version = "3.9"
62
+ strict = true
63
+ warn_return_any = true
64
+ warn_unused_configs = true
65
+
66
+ [tool.pytest.ini_options]
67
+ testpaths = ["tests"]
68
+ asyncio_mode = "auto"
@@ -0,0 +1,64 @@
1
+ """AFA Client SDK -- Python client for autonomous code evolution.
2
+
3
+ Usage:
4
+ from afa_client import AFA
5
+
6
+ client = AFA(api_key="uk_afa_xxx")
7
+ result = client.analyze(code="def hello(): pass", language="python")
8
+ print(result.summary.functions_analyzed)
9
+
10
+ Full documentation: https://afa.undercurrentholdings.com
11
+ Get your API key: https://portal.veiltide.com
12
+ """
13
+
14
+ from afa_client._async_client import AsyncAFA
15
+ from afa_client._client import AFA
16
+ from afa_client._errors import (
17
+ AFAError,
18
+ AuthenticationError,
19
+ ConnectionError,
20
+ RateLimitError,
21
+ ServerError,
22
+ TimeoutError,
23
+ ValidationError,
24
+ )
25
+ from afa_client._version import __version__
26
+ from afa_client.types import (
27
+ AnalysisResult,
28
+ AnalysisSummary,
29
+ ApiKey,
30
+ AuditEntry,
31
+ CustomerProfile,
32
+ EnhancementResult,
33
+ GateCheckResult,
34
+ HealthStatus,
35
+ TierDetails,
36
+ UsageReport,
37
+ )
38
+
39
+ __all__ = [
40
+ # Clients
41
+ "AFA",
42
+ "AsyncAFA",
43
+ # Types
44
+ "AnalysisResult",
45
+ "AnalysisSummary",
46
+ "ApiKey",
47
+ "AuditEntry",
48
+ "CustomerProfile",
49
+ "EnhancementResult",
50
+ "GateCheckResult",
51
+ "HealthStatus",
52
+ "TierDetails",
53
+ "UsageReport",
54
+ # Errors
55
+ "AFAError",
56
+ "AuthenticationError",
57
+ "ConnectionError",
58
+ "RateLimitError",
59
+ "ServerError",
60
+ "TimeoutError",
61
+ "ValidationError",
62
+ # Metadata
63
+ "__version__",
64
+ ]