-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
93 lines (93 loc) · 2.39 KB
/
Copy pathDESCRIPTION
File metadata and controls
93 lines (93 loc) · 2.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
Package: codeagent
Title: An R-Native Coding Agent Powered by Large Language Models
Version: 0.2.3
Authors@R:
person("Kaiping", "Yang", email = "1260146556@qq.com",
role = c("aut", "cre"))
Description: An R-native agentic coding assistant built on 'ellmer' and 'btw'.
Provides a coding agent harness with streaming output, tool execution,
a permission system, context compaction, a skill system, sub-agents,
and an interactive 'Shiny' user interface. Reimplements the agent loop,
tools, and coordination patterns of command-line coding agents in native R.
License: MIT + file LICENSE
License_is_FOSS: yes
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Imports:
ellmer (>= 0.5.0.9000),
R6,
jsonlite,
httr2 (>= 1.3.0.9000),
curl,
cli,
shiny (>= 1.14.0.9000),
bslib (>= 0.12.0.9000),
shinychat (>= 0.4.0.9000),
htmltools,
sass,
coro,
jsTreeR,
keypress,
base64enc,
commonmark,
xml2,
bsicons,
reactable,
later,
rlang,
watcher,
processx
Suggests:
codetools,
clipr,
otel,
otelsdk,
gert,
lintr,
styler,
prettycode,
btw (>= 1.5.0),
mcptools (>= 1.0.2.9000),
Rapp (>= 0.4.1.9000),
promises,
rappdirs,
testthat (>= 3.0.0),
withr,
devtools,
knitr,
rmarkdown,
shinyFiles,
shinyWidgets,
shinyglass (>= 0.3.0),
rstudioapi,
yaml,
DBI,
RSQLite (>= 2.2.2),
S7,
frontmatter,
mirai,
parallelly,
ragnar,
callr,
vitals,
keyring,
webfakes,
tesseract,
pharmaverseadam,
pkgload
Config/testthat/edition: 3
Remotes:
tidyverse/ellmer@64abe4cc238d296b52e50194f4ee8257c0a320b4,
posit-dev/btw@473d1d8e3114ed9136692ff3fb6b88ed0474ba66,
posit-dev/shinychat/pkg-r@fc50706f914290bceba5ccf6712a83af38e00ede,
ericrayanderson/shinyglass@e07c0ae7b9cdf7959eace05c7ac32481f06d5a7c,
rstudio/shiny@81844600fc15f1952838546faa6699d0506ce7f9,
rstudio/bslib@e3b761696003bdd65cea93ae6a8eefa9281ad1b5,
posit-dev/mcptools@8a07faae095755afd7160432a12a85cce3cb8cde,
r-lib/Rapp@489655f24945042791ddb083d0d5518c4a905d9f,
r-lib/httr2@6313956a3202e3d8fdecf713777711d0d8140ec5
URL: https://kaipingyang.github.io/codeagent, https://github.com/kaipingyang/codeagent
BugReports: https://github.com/kaipingyang/codeagent/issues
Config/roxygen2/version: 8.0.0
RoxygenNote: 7.3.3