codent 0.1.0__py3-none-any.whl
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.
- codent-0.1.0.dist-info/METADATA +15 -0
- codent-0.1.0.dist-info/RECORD +67 -0
- codent-0.1.0.dist-info/WHEEL +5 -0
- codent-0.1.0.dist-info/entry_points.txt +2 -0
- codent-0.1.0.dist-info/top_level.txt +4 -0
- cont.py +2081 -0
- cont_ui/__init__.py +1 -0
- cont_ui/frontend.html +1011 -0
- cont_ui/server.py +487 -0
- cont_watcher.py +647 -0
- core/__init__.py +0 -0
- core/adaptive_prompt.py +399 -0
- core/app.py +1000 -0
- core/auto_eval.py +183 -0
- core/automations.py +403 -0
- core/bridge_server.py +267 -0
- core/browser.py +391 -0
- core/browser_agent.py +616 -0
- core/cli.py +239 -0
- core/decomposer.py +244 -0
- core/endpoint_discovery.py +101 -0
- core/env_snapshot.py +165 -0
- core/episodic.py +376 -0
- core/escalation.py +415 -0
- core/events.py +141 -0
- core/file_context.py +191 -0
- core/formatters.py +516 -0
- core/identity.py +539 -0
- core/intent_detection.py +219 -0
- core/intent_gate.py +241 -0
- core/lmstudio.py +85 -0
- core/memory_eviction.py +165 -0
- core/memory_gate.py +189 -0
- core/memory_store.py +1671 -0
- core/model.py +363 -0
- core/model_routing.py +148 -0
- core/ocr.py +589 -0
- core/path_resolution.py +166 -0
- core/prefetch.py +542 -0
- core/prompt_patches.py +148 -0
- core/prompts.py +308 -0
- core/recipes.py +754 -0
- core/relay.py +454 -0
- core/repl.py +1077 -0
- core/router.py +242 -0
- core/run_logger.py +110 -0
- core/runtime.py +3255 -0
- core/safety.py +486 -0
- core/scheduler.py +117 -0
- core/scratchpad.py +180 -0
- core/self_improve.py +1213 -0
- core/sticky_config.py +73 -0
- core/structured_output.py +113 -0
- core/system_executor.py +842 -0
- core/system_map.py +644 -0
- core/task_classifier.py +94 -0
- core/teacher.py +370 -0
- core/tool_budget.py +237 -0
- core/tool_schemas.py +837 -0
- core/tools.py +802 -0
- core/trace.py +581 -0
- core/types.py +77 -0
- core/utils.py +128 -0
- core/verification.py +409 -0
- core/vocabulary.py +120 -0
- core/voice.py +715 -0
- core/web.py +802 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: codent
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Requires-Python: >=3.10
|
|
5
|
+
Requires-Dist: rich>=13.0
|
|
6
|
+
Requires-Dist: openai>=1.0
|
|
7
|
+
Requires-Dist: httpx>=0.24
|
|
8
|
+
Requires-Dist: requests>=2.28
|
|
9
|
+
Provides-Extra: ocr
|
|
10
|
+
Requires-Dist: easyocr; extra == "ocr"
|
|
11
|
+
Requires-Dist: surya-ocr; extra == "ocr"
|
|
12
|
+
Requires-Dist: pillow; extra == "ocr"
|
|
13
|
+
Provides-Extra: ui
|
|
14
|
+
Requires-Dist: fastapi; extra == "ui"
|
|
15
|
+
Requires-Dist: uvicorn; extra == "ui"
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
cont.py,sha256=6uI9pDC68s9MqPobYbNf6AhnQba-b2kEp1eaPB25mWg,75933
|
|
2
|
+
cont_watcher.py,sha256=905Y4inB10jqPTI_KnR43fKyZ_Aq4HC_9HGaZf-l_gA,17975
|
|
3
|
+
cont_ui/__init__.py,sha256=qEA6ZhVsys3o3JLr0KPxoH3nKxG3R9N1UFi9Mu_N9m4,63
|
|
4
|
+
cont_ui/frontend.html,sha256=pxPPMIqcHXSuGbE_6XSpR-gbQyGZhipfOVCLfS4VW-U,36227
|
|
5
|
+
cont_ui/server.py,sha256=vy6HASWkiPbVunLlwaMnOGdudwsq5G7s7OoQEUyPGgs,15351
|
|
6
|
+
core/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
7
|
+
core/adaptive_prompt.py,sha256=8ks3ePKo0lp6gK_SMKTdqxfkdiQLkuA0L-VG-5ABd-4,14694
|
|
8
|
+
core/app.py,sha256=6mcpeivi_dJpqrD8cH0n9Qp099HICWSERrlODbjLxM4,40099
|
|
9
|
+
core/auto_eval.py,sha256=d7hVjCij9LZh93UCGGOXP_oSpVOnqwX_QaJ_yrP0sJI,5811
|
|
10
|
+
core/automations.py,sha256=dr4m1qjwVfLjmti45SQTVjbg1-o5y0b0EDAsnRyjbNI,13126
|
|
11
|
+
core/bridge_server.py,sha256=kByxPzscXs-ph4eV_AgUVbH4GcpZw4HevIi2SJVOarA,8369
|
|
12
|
+
core/browser.py,sha256=_FvBoQYMBHeq2bNf4A-BqPy9f7aIm42Qukt4bIp1Mcc,12770
|
|
13
|
+
core/browser_agent.py,sha256=accfuAmTVNeXDknXXGwkvcsMd9UnUy3a_r-uyMy6PYs,23023
|
|
14
|
+
core/cli.py,sha256=2uxDNSkHsB0H9lR3-sigw64rcnlxEdyVNORSmndxhK4,14913
|
|
15
|
+
core/decomposer.py,sha256=z2pL49x-ULXECziMuonTP3CgMWAId-iio4oBvjKv9Co,8235
|
|
16
|
+
core/endpoint_discovery.py,sha256=WfYAo_7hvbo2Uz24kjlN547QoIK912VbtTdOrcbVTgs,3027
|
|
17
|
+
core/env_snapshot.py,sha256=GdvZGcBcpp9sSCZwOv5JF9kwyJRq2qtYteqXqeEmNIE,5202
|
|
18
|
+
core/episodic.py,sha256=ql-DhGCEdAYNR6v1kKW66e7ZrpZ4S2wWtO56VpSDoTg,12986
|
|
19
|
+
core/escalation.py,sha256=gXhRO5_yJY0ZaMzuEdipjpuhgaXUQMtUE84ufSyqT9c,15309
|
|
20
|
+
core/events.py,sha256=jK867HcedrQPgi6YXZJd1RKHkfbohgUVolB-D_EUEKQ,4515
|
|
21
|
+
core/file_context.py,sha256=h8Uj7gXR_TKKyRNqu_Zqi5lisKlhO0Vv57NDndExO1Y,6853
|
|
22
|
+
core/formatters.py,sha256=yQLldGHxlC7ppjQHsiK3Fd4REuGjeICoEf_dVs9S614,20479
|
|
23
|
+
core/identity.py,sha256=0byP6lv48kdkz0TwKbLQIu0YwOUkKLmZdDakNhZuofw,22517
|
|
24
|
+
core/intent_detection.py,sha256=2H8FCC5nodbHLMS46QkwkTpoBzzZ6ZIccCkqxjT-oEw,7299
|
|
25
|
+
core/intent_gate.py,sha256=EPyxa_-gTDbsMQUuNHgLymYZPuM_kMMBJ4rkfYBOjgg,7644
|
|
26
|
+
core/lmstudio.py,sha256=t3aKPJYfaHCFtAIs00C46kpejRgv9cTb1R0eYmOYKA8,2611
|
|
27
|
+
core/memory_eviction.py,sha256=uDu4z4zRG-FgBhTljdkFI_uHSENKg-_wFfSqvU1g2vo,4808
|
|
28
|
+
core/memory_gate.py,sha256=uceaLkRvlHHWuKbni6biQbMsb1ZXlPf3Csz7dszq5Jk,6643
|
|
29
|
+
core/memory_store.py,sha256=KLKCA-9wDjnfHho19xTAWzOF_8cLsSWZnfuUgnMINS4,57573
|
|
30
|
+
core/model.py,sha256=yEN3HKTZ92vBtXD4cbrbLDdjD0pNgrhhVUf28Qlezww,12964
|
|
31
|
+
core/model_routing.py,sha256=T8er3RLe5e8sVm3llPK_uQWUcJc-OFTr-gN6wSlcQyE,4814
|
|
32
|
+
core/ocr.py,sha256=S5fFde-vh8X3NZURtX5OjrfhaKDUVfb6UO52KTeMWCU,21386
|
|
33
|
+
core/path_resolution.py,sha256=wlT7LtuLSkHGD3KsdOgGXkmSm7VNW7yr8mPCIHq4KWE,4644
|
|
34
|
+
core/prefetch.py,sha256=5Uo_92M96chSLbq1n65eLzmveUeE2sbzX_QPA-UQj1Q,18736
|
|
35
|
+
core/prompt_patches.py,sha256=KkJAJuG0XVVnEq7uIXh-ld9SUTpcDpQM8KrrVIhDO7Q,4630
|
|
36
|
+
core/prompts.py,sha256=4M-ZBJMvrqQ0i9gi7lx5EzM8Yp-rYU_k4FUe6aW5NAw,11268
|
|
37
|
+
core/recipes.py,sha256=mPyxAbyV5i98RDuMBOg6wnulpAkK6SfAoOIhhA985sk,24379
|
|
38
|
+
core/relay.py,sha256=JO-cPgUgmTcKVoQrue9Kiqn20Lsm6FmgxIe8EbMXS3Q,14147
|
|
39
|
+
core/repl.py,sha256=G2G41xQH1JrFbe0P2Vm4VS5SsTb-lXtOW3AzhcAMN8k,46653
|
|
40
|
+
core/router.py,sha256=8XOAM8dt_a1f9cq_JuqV7BN1QjcIDLWyhoVRjwagP1Q,8655
|
|
41
|
+
core/run_logger.py,sha256=W6KqOpTcuLkmvzIHThb_iBfYTTvSc20Xa3atll_wnsc,4447
|
|
42
|
+
core/runtime.py,sha256=MgCDmeD4kkYO0Izk9SNCM1cRKgZTBKCIJiQZ31HU1sg,150768
|
|
43
|
+
core/safety.py,sha256=8kXz3yMay0PKCdkaaaOjNUUl4qpJO-StMnLC201X0e4,16282
|
|
44
|
+
core/scheduler.py,sha256=T4ByLf4ccRSRiKhdCfTxG2CKTvY-nd1Z63kfUE9bSOE,3533
|
|
45
|
+
core/scratchpad.py,sha256=JOxQajse8Z4uuWIq6NtNRYgGzB_0rI1qKY2yHsvYDXw,5813
|
|
46
|
+
core/self_improve.py,sha256=A-cjPQROoT0Ox7BmVZNWjg-h7A8sFjydeIte4ygXDgU,48755
|
|
47
|
+
core/sticky_config.py,sha256=7--ViStaijcSaL27Hb5mtlBo9NI9FToyyVCSc_BJTrE,2201
|
|
48
|
+
core/structured_output.py,sha256=dZFInvfzxSiK1bpTZAbuXIfiD3-VS2lpUZZSEz2FzLQ,3849
|
|
49
|
+
core/system_executor.py,sha256=MhrUOKWREB-c3ENFaGqSlaR8YWFVO69pJgS10de7Hvw,29197
|
|
50
|
+
core/system_map.py,sha256=vQUN-av1Pw3c58gtyw-kctnq_Nopci4_Wo-tCLAfoaQ,20230
|
|
51
|
+
core/task_classifier.py,sha256=apnPWHMPirLXPqU3KHNOYn5Y9shTbYqweXQSNvS3Zh0,3374
|
|
52
|
+
core/teacher.py,sha256=jg-CVNx0bFWy2FT6rtfwhSCrflfkDHPuhWpCdAoHh-4,11498
|
|
53
|
+
core/tool_budget.py,sha256=WC44gADAronzZ2_4ezkQgixueBxvYhG4K-t-GM_D6Jc,8773
|
|
54
|
+
core/tool_schemas.py,sha256=bPNLoosdUS7ruVx2oSZH14TK8RDjV43Mm-Oxn9BSt8Y,32393
|
|
55
|
+
core/tools.py,sha256=Qqh5Pz7e6IDlaL_rjzSOuE1rbCecLKhHr5dJFHdiOqI,27871
|
|
56
|
+
core/trace.py,sha256=xxoZg8OYw5jGTR5o0bN5tJihmDuwT8kE5NXYceVCaW8,18345
|
|
57
|
+
core/types.py,sha256=BTMh4g3Oo76F_l2OZ4DiGpdPvX6QrCAin50wjoWU1_E,2632
|
|
58
|
+
core/utils.py,sha256=ih_xH5_YMS6R_0oDhsV_7Ayp9mvfDlr-CcWJpYUBYqk,3968
|
|
59
|
+
core/verification.py,sha256=3XoY3_Ysf6E54ghbhWpn2IpQOyKxyw0r3sNuAcZo-i8,15016
|
|
60
|
+
core/vocabulary.py,sha256=adtT2-vdhlXVvWTYXlVPK0IzH1MXCpfnaqN5ZPmAFgE,3772
|
|
61
|
+
core/voice.py,sha256=NbPfNRRKG39bOu2aYHM6-kwytltltFRgYMngV723Y00,24604
|
|
62
|
+
core/web.py,sha256=dB3ZXufP8wylSS73-Mt9Ag2j3bp9Cs1ocqe-UgyWQuo,27158
|
|
63
|
+
codent-0.1.0.dist-info/METADATA,sha256=CDNB18VSu6Veey1H9tsceZSuIhav75m4iDY3E_Qrf04,417
|
|
64
|
+
codent-0.1.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
65
|
+
codent-0.1.0.dist-info/entry_points.txt,sha256=FrxfFvOmEMgtMZquk4lbCtN5V0MqKyxCbxiaiDIu24U,35
|
|
66
|
+
codent-0.1.0.dist-info/top_level.txt,sha256=Q14DwBA0fo2NiH3LasiC39NlrRHj2cn_2v5WAv3t8QY,31
|
|
67
|
+
codent-0.1.0.dist-info/RECORD,,
|