You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/compile_llms_txt.py
+16-11Lines changed: 16 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -1,29 +1,34 @@
1
-
importos
2
1
frompathlibimportPath
3
2
4
3
5
4
defcompile_llms_txt():
6
5
"""Compile a structured llms.txt file following the official standard."""
7
-
6
+
8
7
content="# AgentOps\n\n"
9
-
8
+
10
9
content+="> AgentOps is the developer favorite platform for testing, debugging, and deploying AI agents and LLM apps. Monitor, analyze, and optimize your agent workflows with comprehensive observability and analytics.\n\n"
11
-
10
+
12
11
content+="## Core Documentation\n\n"
13
12
content+="- [Introduction](https://docs.agentops.ai/v2/introduction) - Getting started with AgentOps\n"
14
13
content+="- [Quickstart Guide](https://docs.agentops.ai/v1/quickstart) - Start using AgentOps with just 2 lines of code\n"
0 commit comments