@0xward/thesisai-sdk 1.0.0 → 1.0.2

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.
Files changed (2) hide show
  1. package/README.md +15 -1
  2. package/package.json +11 -3
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.0",
3
+ "version": "1.0.2",
4
4
  "description": "AI thesis analysis and computation helper framework.",
5
5
  "main": "index.js",
6
6
  "keywords": [
@@ -12,5 +12,13 @@
12
12
  "license": "MIT",
13
13
  "publishConfig": {
14
14
  "access": "public"
15
- }
16
- }
15
+ },
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/0xward/thesisai-sdk.git"
19
+ },
20
+ "bugs": {
21
+ "url": "https://github.com/0xward/thesisai-sdk/issues"
22
+ },
23
+ "homepage": "https://github.com/0xward/thesisai-sdk#readme"
24
+ }