File tree Expand file tree Collapse file tree 2 files changed +47
-47
lines changed Expand file tree Collapse file tree 2 files changed +47
-47
lines changed Original file line number Diff line number Diff line change 1
1
# Project metadata
2
- [tool .poetry ]
3
- name = " agent_chat"
4
- version = " 0.0.1"
5
- description = " An agent chat for Restack"
6
- authors = [
7
- " Restack Team <[email protected] >" ,
8
- ]
9
- readme = " README.md"
10
- packages = [{include = " src" }]
2
+ [tool .poetry ]
3
+ name = " agent_chat"
4
+ version = " 0.0.1"
5
+ description = " An agent chat for Restack"
6
+ authors = [
7
+ " Restack Team <[email protected] >" ,
8
+ ]
9
+ readme = " README.md"
10
+ packages = [{include = " src" }]
11
11
12
- [tool .poetry .dependencies ]
13
- python = " >=3.10,<4.0"
14
- watchfiles = " ^1.0.0"
15
- pydantic = " ^2.10.4"
12
+ [tool .poetry .dependencies ]
13
+ python = " >=3.10,<4.0"
14
+ watchfiles = " ^1.0.0"
15
+ pydantic = " ^2.10.4"
16
16
17
- # Build system configuration
18
- openai = " ^1.60.2"
19
- restack-ai = " ^0.0.55"
17
+ # Build system configuration
18
+ openai = " ^1.60.2"
19
+ restack-ai = " ^0.0.55"
20
20
21
- [build-system ]
22
- requires = [" poetry-core" ]
23
- build-backend = " poetry.core.masonry.api"
21
+ [build-system ]
22
+ requires = [" poetry-core" ]
23
+ build-backend = " poetry.core.masonry.api"
24
24
25
- # CLI command configuration
26
- [tool .poetry .scripts ]
27
- dev = " src.services:watch_services"
28
- services = " src.services:run_services"
29
- schedule = " schedule_workflow:run_schedule_workflow"
30
- event = " event_workflow:run_event_workflow"
25
+ # CLI command configuration
26
+ [tool .poetry .scripts ]
27
+ dev = " src.services:watch_services"
28
+ services = " src.services:run_services"
29
+ schedule = " schedule_workflow:run_schedule_workflow"
30
+ event = " event_workflow:run_event_workflow"
Original file line number Diff line number Diff line change 1
1
# Project metadata
2
- [tool .poetry ]
3
- name = " agent_tool"
4
- version = " 0.0.1"
5
- description = " A tool for an AI agent"
6
- authors = [
7
- " Restack Team <[email protected] >" ,
8
- ]
9
- readme = " README.md"
10
- packages = [{include = " src" }]
2
+ [tool .poetry ]
3
+ name = " agent_tool"
4
+ version = " 0.0.1"
5
+ description = " A tool for an AI agent"
6
+ authors = [
7
+ " Restack Team <[email protected] >" ,
8
+ ]
9
+ readme = " README.md"
10
+ packages = [{include = " src" }]
11
11
12
- [tool .poetry .dependencies ]
13
- python = " >=3.10,<4.0"
14
- watchfiles = " ^1.0.0"
15
- pydantic = " ^2.10.4"
12
+ [tool .poetry .dependencies ]
13
+ python = " >=3.10,<4.0"
14
+ watchfiles = " ^1.0.0"
15
+ pydantic = " ^2.10.4"
16
16
17
- # Build system configuration
18
- restack-ai = " ^0.0.55"
19
- [build-system ]
20
- requires = [" poetry-core" ]
21
- build-backend = " poetry.core.masonry.api"
17
+ # Build system configuration
18
+ restack-ai = " ^0.0.55"
19
+ [build-system ]
20
+ requires = [" poetry-core" ]
21
+ build-backend = " poetry.core.masonry.api"
22
22
23
- # CLI command configuration
24
- [tool .poetry .scripts ]
25
- dev = " src.services:watch_services"
26
- services = " src.services:run_services"
23
+ # CLI command configuration
24
+ [tool .poetry .scripts ]
25
+ dev = " src.services:watch_services"
26
+ services = " src.services:run_services"
You can’t perform that action at this time.
0 commit comments