Skip to content

Commit f464bc4

Browse files
deploy: bd2cb4e
0 parents  commit f464bc4

34 files changed

+13459
-0
lines changed

.nojekyll

Whitespace-only changes.

CHANGELOG-commonmark.md

Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
2+
3+
# Release notes
4+
5+
<!-- do not remove -->
6+
7+
## 0.3.0
8+
9+
### Breaking changes
10+
11+
- Remove object enumeration of tools
12+
([\#35](https://github.com/AnswerDotAI/toolslm/issues/35))
13+
14+
## 0.2.3
15+
16+
### New Features
17+
18+
- Handle list and dict args to `mk_ns`
19+
([\#34](https://github.com/AnswerDotAI/toolslm/issues/34))
20+
21+
## 0.2.2
22+
23+
### New Features
24+
25+
- Auto clean up bad param names in `call_func`
26+
([\#33](https://github.com/AnswerDotAI/toolslm/issues/33))
27+
28+
### Bugs Squashed
29+
30+
- python() function can’t be used as a tool
31+
([\#32](https://github.com/AnswerDotAI/toolslm/issues/32))
32+
33+
## 0.2.1
34+
35+
### New Features
36+
37+
- Optionally dont raise error on `call_func`
38+
([\#31](https://github.com/AnswerDotAI/toolslm/pull/31)), thanks to
39+
[@erikgaas](https://github.com/erikgaas)
40+
- dict support in `get_schema`
41+
([\#30](https://github.com/AnswerDotAI/toolslm/issues/30))
42+
43+
## 0.2.0
44+
45+
### Breaking changes
46+
47+
- Optional libs (http2text, beautifulsoup, llms_txt) are no longer
48+
automatically installed
49+
50+
### New Features
51+
52+
- Lazily load optional modules
53+
([\#29](https://github.com/AnswerDotAI/toolslm/issues/29))
54+
55+
## 0.1.3
56+
57+
### New Features
58+
59+
- Pass glb,loc to python
60+
([\#28](https://github.com/AnswerDotAI/toolslm/issues/28))
61+
62+
## 0.1.2
63+
64+
### New Features
65+
66+
- Adds `call_func_async`
67+
([\#27](https://github.com/AnswerDotAI/toolslm/pull/27)), thanks to
68+
[@mikonapoli](https://github.com/mikonapoli)
69+
- Add arg ignore links
70+
([\#26](https://github.com/AnswerDotAI/toolslm/pull/26)), thanks to
71+
[@Isaac-Flath](https://github.com/Isaac-Flath)
72+
73+
## 0.1.1
74+
75+
### New Features
76+
77+
- Add arg ignore links
78+
([\#26](https://github.com/AnswerDotAI/toolslm/pull/26)), thanks to
79+
[@Isaac-Flath](https://github.com/Isaac-Flath)
80+
81+
### Bugs Squashed
82+
83+
- fix: prevent markdown heading detection inside code blocks
84+
([\#25](https://github.com/AnswerDotAI/toolslm/pull/25)), thanks to
85+
[@franckalbinet](https://github.com/franckalbinet)
86+
- Fix markdown hierarchy parsing for arbitrary header levels
87+
([\#22](https://github.com/AnswerDotAI/toolslm/pull/22)), thanks to
88+
[@erikgaas](https://github.com/erikgaas)
89+
90+
## 0.1.0
91+
92+
### Breaking changes
93+
94+
- Replace `source` with `src` in context generation
95+
([\#17](https://github.com/AnswerDotAI/toolslm/issues/17))
96+
97+
## 0.0.8
98+
99+
### New Features
100+
101+
- Escape and print context in `folder2ctx` et al
102+
([\#16](https://github.com/AnswerDotAI/toolslm/issues/16))
103+
104+
## 0.0.7
105+
106+
### New Features
107+
108+
- Add `dict2obj` to `md_hier` funcs
109+
([\#15](https://github.com/AnswerDotAI/toolslm/issues/15))
110+
- Migrate call_func from claudette to toolslm
111+
([\#14](https://github.com/AnswerDotAI/toolslm/pull/14)), thanks to
112+
[@ncoop57](https://github.com/ncoop57)
113+
- Allow for getting schemas from nested structures
114+
([\#11](https://github.com/AnswerDotAI/toolslm/pull/11)), thanks to
115+
[@ncoop57](https://github.com/ncoop57)
116+
- Allow for `sel` to select and wrap multiple element results
117+
([\#10](https://github.com/AnswerDotAI/toolslm/pull/10)), thanks to
118+
[@Isaac-Flath](https://github.com/Isaac-Flath)
119+
120+
### Bugs Squashed
121+
122+
- Using `get_schema` on class method results in type missing error
123+
([\#12](https://github.com/AnswerDotAI/toolslm/issues/12))
124+
125+
## 0.0.6
126+
127+
### New Features
128+
129+
- Add `read_docs` and `find_docs`
130+
([\#8](https://github.com/AnswerDotAI/toolslm/issues/8))
131+
132+
## 0.0.5
133+
134+
### Bugs Squashed
135+
136+
- XML tools assume all files have content
137+
([\#3](https://github.com/AnswerDotAI/toolslm/issues/3))
138+
139+
## 0.0.4
140+
141+
- Minor updates
142+
143+
## 0.0.2
144+
145+
- Rename project
146+
147+
## 0.0.1
148+
149+
- Initial alpha release

0 commit comments

Comments
 (0)