@tessl/cli 0.50.2 → 0.50.3
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 +4 -4
- package/package.json +1 -1
- package/src/main.js +5 -5
package/README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
# Tessl
|
|
2
2
|
|
|
3
|
-
Tessl
|
|
3
|
+
Tessl is an Agent Enablement Platform that gives your agents the context they're missing.
|
|
4
4
|
|
|
5
5
|
- Install usage docs for your favorite open source library from the Tessl Spec Registry
|
|
6
|
-
-
|
|
6
|
+
- Create your own internal docs and share with your team
|
|
7
7
|
|
|
8
8
|
**Explore more in our [official documentation](https://docs.tessl.io)**.
|
|
9
9
|
|
|
10
|
+
Visit the [Registry](https://tessl.io/registry) to see which open source libraries we provide documentation for.
|
|
11
|
+
|
|
10
12
|
## Get started
|
|
11
13
|
|
|
12
14
|
1. Install Tessl:
|
|
@@ -25,8 +27,6 @@ We love feedback. You can use the `tessl feedback` command to report issues or s
|
|
|
25
27
|
|
|
26
28
|
You are welcome to join the [Tessl Discord](https://tessl.co/4eV736y) to connect with other developers using Tessl.
|
|
27
29
|
|
|
28
|
-
For help with the beta Tessl Framework, you can join the Discord channel - #tessl-early-access, to quickly reach the team.
|
|
29
|
-
|
|
30
30
|
## Terms and Conditions
|
|
31
31
|
|
|
32
32
|
- [Terms of Service](https://tessl.io/policies/terms)
|