artemys 0.1.0 → 0.1.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 +0 -8
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,14 +56,6 @@ artemys doctor # Validate config
|
|
|
56
56
|
artemys start # Start agent
|
|
57
57
|
```
|
|
58
58
|
|
|
59
|
-
## Ecosystem
|
|
60
|
-
|
|
61
|
-
| Package | Repo | Role |
|
|
62
|
-
|---------|------|------|
|
|
63
|
-
| `artemys` | [artemyshq/artemys](https://github.com/artemyshq/artemys) | SDK — protocol, discovery, agent framework, CLI |
|
|
64
|
-
| `@artemys/web` | [artemyshq/artie](https://github.com/artemyshq/artie) | Consumer career agent web app |
|
|
65
|
-
| — | [artemyshq/orion](https://github.com/artemyshq/orion) | Employer platform (private) |
|
|
66
|
-
|
|
67
59
|
## Development
|
|
68
60
|
|
|
69
61
|
```bash
|
package/package.json
CHANGED