@semiont/cli 0.3.4 → 0.3.5

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.
@@ -1,14 +0,0 @@
1
- {
2
- "services": {
3
- "inference": {
4
- "platform": {
5
- "type": "external"
6
- },
7
- "type": "anthropic",
8
- "model": "claude-3-haiku-20240307",
9
- "maxTokens": 1000,
10
- "endpoint": "https://api.anthropic.com/v1",
11
- "apiKey": "${ANTHROPIC_API_KEY}"
12
- }
13
- }
14
- }
@@ -1,11 +0,0 @@
1
- {
2
- "services": {
3
- "inference": {
4
- "platform": { "type": "container" },
5
- "type": "ollama",
6
- "model": "llama3.1:8b",
7
- "port": 11434,
8
- "image": "ollama/ollama"
9
- }
10
- }
11
- }
@@ -1,10 +0,0 @@
1
- {
2
- "services": {
3
- "inference": {
4
- "platform": { "type": "external" },
5
- "type": "ollama",
6
- "model": "gemma2:9b",
7
- "endpoint": "http://localhost:11434"
8
- }
9
- }
10
- }
@@ -1,10 +0,0 @@
1
- {
2
- "services": {
3
- "inference": {
4
- "platform": { "type": "posix" },
5
- "type": "ollama",
6
- "model": "gemma2:9b",
7
- "port": 11434
8
- }
9
- }
10
- }
@@ -1,31 +0,0 @@
1
- {
2
- "version": "1.0.0",
3
- "project": "my-semiont-project",
4
- "site": {
5
- "siteName": "My Semiont Site",
6
- "domain": "example.com",
7
- "adminEmail": "admin@example.com",
8
- "oauthAllowedDomains": ["example.com", "gmail.com"]
9
- },
10
- "services": {
11
- "frontend": {
12
- "framework": "next",
13
- "port": 3000
14
- },
15
- "backend": {
16
- "framework": "express",
17
- "port": 3001
18
- },
19
- "database": {
20
- "type": "postgres",
21
- "port": 5432
22
- },
23
- "mcp": {
24
- "platform": {
25
- "type": "process"
26
- },
27
- "port": 8585,
28
- "authMode": "browser"
29
- }
30
- }
31
- }