@0xward/thesisai-sdk 1.0.0 → 1.0.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/README.md +15 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1 +1,15 @@
|
|
|
1
|
-
# thesisai-sdk
|
|
1
|
+
# @0xward/thesisai-sdk
|
|
2
|
+
|
|
3
|
+
ThesisAI is a high-performance Autonomous Research Agent designed to streamline academic writing. It synthesizes complex information from your provided knowledge base into structured, properly formatted academic prose.
|
|
4
|
+
|
|
5
|
+
## Features
|
|
6
|
+
- **Academic Synthesis Engine:** High-performance data pipelines parsing raw knowledge documents into logical structures.
|
|
7
|
+
- **Formatting Adapters:** Normalization logic to align output with academic publishing guidelines.
|
|
8
|
+
|
|
9
|
+
## Installation
|
|
10
|
+
```bash
|
|
11
|
+
npm install @0xward/thesisai-sdk
|
|
12
|
+
```
|
|
13
|
+
|
|
14
|
+
## License
|
|
15
|
+
MIT © [0xward](https://github.com/0xward)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@0xward/thesisai-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "AI thesis analysis and computation helper framework.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"keywords": [
|
|
@@ -13,4 +13,4 @@
|
|
|
13
13
|
"publishConfig": {
|
|
14
14
|
"access": "public"
|
|
15
15
|
}
|
|
16
|
-
}
|
|
16
|
+
}
|